public abstract class SoapFaultException extends RemoteInvocationFailureException
SOAPFaultException
,
SOAPFaultException
,
Serialized FormModifier | 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
QName object. |
abstract String |
getFaultString()
Return the descriptive SOAP fault string.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public abstract String getFaultCode()
public abstract QName getFaultCodeAsQName()
QName
object.public abstract String getFaultString()
public abstract String getFaultActor()
Copyright © 2015. All rights reserved.