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
public class SoapFaultException extends ConnectionException
Base class for all exceptions that are related to soap fault messages- Since:
- 146
- Author:
- sfell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoapFaultException()SoapFaultException(QName faultCode, String faultString)SoapFaultException(QName faultCode, String faultString, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetFaultCode()voidsetFaultCode(QName fc)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-