Package com.sforce.ws
Class SoapFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.ws.ConnectionException
com.sforce.ws.SoapFaultException
- All Implemented Interfaces:
Serializable
Base class for all exceptions that are related to soap fault messages
- Since:
- 146
- Author:
- sfell
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSoapFaultException(QName faultCode, String faultString) SoapFaultException(QName faultCode, String faultString, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SoapFaultException
public SoapFaultException() -
SoapFaultException
-
SoapFaultException
-
-
Method Details
-
getFaultCode
-
setFaultCode
-