Package org.opensaml.soap.common
Class SOAP11FaultDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.messaging.MessageException
org.opensaml.messaging.decoder.MessageDecodingException
org.opensaml.soap.common.SOAP11FaultDecodingException
- All Implemented Interfaces:
Serializable
Specialized message decoding exception type for carrying a SOAP 1.1 Fault element.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Fault
The SOAP 1.1.private static final long
Serial version UID. -
Constructor Summary
ConstructorsConstructorDescriptionSOAP11FaultDecodingException
(Fault soapFault) Constructor.SOAP11FaultDecodingException
(Fault soapFault, String message) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
fault
The SOAP 1.1. Fault element being carried.
-
-
Constructor Details
-
SOAP11FaultDecodingException
Constructor.- Parameters:
soapFault
- the SOAP 1.1 fault being represented
-
SOAP11FaultDecodingException
Constructor.- Parameters:
soapFault
- the SOAP 1.1 fault being representedmessage
- a textual exception message
-
-
Method Details
-
getFault
Get the SOAP 1.1 Fault represented by the exception.- Returns:
- the SOAP 1.1 Fault element
-