public abstract class SoapFaultException extends RemoteInvocationFailureException
SOAPFaultException
,
SOAPFaultException
,
Serialized FormModifier | Constructor and Description |
---|---|
protected |
SoapFaultException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for SoapFaultException.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getFaultActor()
Return the actor that caused this fault.
|
abstract java.lang.String |
getFaultCode()
Return the SOAP fault code.
|
abstract QName |
getFaultCodeAsQName()
Return the SOAP fault code as a
QName object. |
abstract java.lang.String |
getFaultString()
Return the descriptive SOAP fault string.
|
contains, getMessage, getMostSpecificCause, getRootCause
protected SoapFaultException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the SOAP API in usepublic abstract java.lang.String getFaultCode()
public abstract QName getFaultCodeAsQName()
QName
object.public abstract java.lang.String getFaultString()
public abstract java.lang.String getFaultActor()