public class SoapFaultException extends RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| static int | FAULT_SOAP11Deprecated.  | 
| static int | FAULT_SOAP12Deprecated.  | 
| static int | FAULT_UNKNOWNDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasDetail()Deprecated.  | 
| boolean | hasFault()Deprecated.  | 
| boolean | isCausedBySender()Deprecated.  | 
| void | setCausedBySender(boolean senderIsCause)Deprecated.  Settes the code in the SoapFault: for Soap 1.2 Sender/Receiver, for Soap 1.1 Client/Server | 
| int | soapFaultVersion()Deprecated.  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int FAULT_UNKNOWN
public static final int FAULT_SOAP11
public static final int FAULT_SOAP12
public boolean hasDetail()
public boolean hasFault()
public boolean isCausedBySender()
public int soapFaultVersion()
public void setCausedBySender(boolean senderIsCause)
senderIsCause - if true: Sender (Client for Soap 1.1)
                      else: Receiver (Server for Soap 1.1)