javax.xml.rpc.soap
Class SOAPFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.rpc.soap.SOAPFaultException
- All Implemented Interfaces:
- java.io.Serializable
- public class SOAPFaultException
- extends java.lang.RuntimeException
The SOAPFaultException exception represents a SOAP fault.
The message part in the SOAP fault maps to the contents of faultdetail
element accessible through the getDetail method on the SOAPFaultException.
The method createDetail on the javax.xml.soap.SOAPFactory creates an instance
of the javax.xml.soap.Detail.
The faultstring provides a human-readable description of the SOAP fault. The
faultcode element provides an algorithmic mapping of the SOAP fault.
Refer to SOAP 1.1 and WSDL 1.1 specifications for more details of the SOAP
faults.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SOAPFaultException
public SOAPFaultException(QName (src) faultCode,
java.lang.String faultString,
java.lang.String faultActor,
Detail (src) faultDetail)
getFaultActor
public java.lang.String getFaultActor()
getFaultCode
public QName (src) getFaultCode()
getDetail
public Detail (src) getDetail()
getFaultString
public java.lang.String getFaultString()