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
-
Method Summary
Modifier and TypeMethodDescriptionReturnsMessage
containingSOAPFault
.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
- aMessage
containingSOAPFault
.
-
-
Method Details
-
getSOAPFaultMessage
ReturnsMessage
containingSOAPFault
.- Returns:
- the
Message
containingSOAPFault
.
-