public class SOAPFaultException extends SOAPException
| Constructor and Description | 
|---|
SOAPFaultException()
Constructor. 
 | 
SOAPFaultException(Exception wrappedException)
Constructor. 
 | 
SOAPFaultException(String message)
Constructor. 
 | 
SOAPFaultException(String message,
                  Exception wrappedException)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Fault | 
getFault()
Gets the fault that caused the exception. 
 | 
void | 
setFault(Fault fault)
Sets the fault that caused the exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SOAPFaultException()
public SOAPFaultException(@Nullable String message)
message - exception messagepublic SOAPFaultException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2016 JBoss by Red Hat. All rights reserved.