Class SOAPFaultException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.sun.identity.liberty.ws.soapbinding.SOAPFaultException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@SupportedAll public class SOAPFaultException extends Exception
TheSOAPFaultExceptionclass represents a SOAP Fault while processing SOAP request.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SOAPFaultException(Message message)Constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagegetSOAPFaultMessage()ReturnsMessagecontainingSOAPFault.- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SOAPFaultException
public SOAPFaultException(Message message)
Constructor.- Parameters:
 message- aMessagecontainingSOAPFault.
 
 - 
 
- 
Method Detail
- 
getSOAPFaultMessage
public Message getSOAPFaultMessage()
ReturnsMessagecontainingSOAPFault.- Returns:
 - the 
MessagecontainingSOAPFault. 
 
 - 
 
 -