org.springframework.remoting.jaxws
@Deprecated public class JaxRpcSoapFaultException extends SoapFaultException
SOAPFaultException
class.Constructor and Description |
---|
JaxRpcSoapFaultException(SOAPFaultException original)
Deprecated.
Constructor for JaxRpcSoapFaultException.
|
Modifier and Type | Method and Description |
---|---|
String |
getFaultActor()
Deprecated.
Return the actor that caused this fault.
|
String |
getFaultCode()
Deprecated.
Return the SOAP fault code.
|
QName |
getFaultCodeAsQName()
Deprecated.
Return the SOAP fault code as a
QName object. |
String |
getFaultString()
Deprecated.
Return the descriptive SOAP fault string.
|
SOAPFaultException |
getOriginalException()
Deprecated.
Return the wrapped JAX-RPC SOAPFaultException.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JaxRpcSoapFaultException(SOAPFaultException original)
original
- the original JAX-RPC SOAPFaultException to wrappublic final SOAPFaultException getOriginalException()
public String getFaultCode()
SoapFaultException
getFaultCode
in class SoapFaultException
public QName getFaultCodeAsQName()
SoapFaultException
QName
object.getFaultCodeAsQName
in class SoapFaultException
public String getFaultString()
SoapFaultException
getFaultString
in class SoapFaultException
public String getFaultActor()
SoapFaultException
getFaultActor
in class SoapFaultException