public abstract class SoapFaultException extends RemoteInvocationFailureException
SOAPFaultException, 
SOAPFaultException, 
Serialized Form| Modifier | Constructor and Description | 
|---|---|
| protected  | SoapFaultException(String msg,
                  Throwable cause)Constructor for SoapFaultException. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract String | getFaultActor()Return the actor that caused this fault. | 
| abstract String | getFaultCode()Return the SOAP fault code. | 
| abstract QName | getFaultCodeAsQName()Return the SOAP fault code as a  QNameobject. | 
| abstract String | getFaultString()Return the descriptive SOAP fault string. | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic abstract String getFaultCode()
public abstract QName getFaultCodeAsQName()
QName object.public abstract String getFaultString()
public abstract String getFaultActor()