Class SOAPFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.liberty.ws.soapbinding.SOAPFaultException
- All Implemented Interfaces:
Serializable
The
SOAPFaultException class represents a SOAP Fault while
processing SOAP request.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturnsMessagecontainingSOAPFault.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SOAPFaultException
Constructor.- Parameters:
message- aMessagecontainingSOAPFault.
-
-
Method Details
-
getSOAPFaultMessage
ReturnsMessagecontainingSOAPFault.- Returns:
- the
MessagecontainingSOAPFault.
-