Package org.opensaml.soap.client
Class SOAPFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.soap.common.SOAPException
org.opensaml.soap.client.SOAPFaultException
- All Implemented Interfaces:
Serializable
Exception indicating a SOAP fault.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Serial version UID.private Fault
The fault that caused this exception. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SOAPFaultException
(Exception wrappedException) Constructor.SOAPFaultException
(String message) Constructor.SOAPFaultException
(String message, Exception wrappedException) 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:
-
soapFault
The fault that caused this exception.
-
-
Constructor Details
-
SOAPFaultException
public SOAPFaultException()Constructor. -
SOAPFaultException
Constructor.- Parameters:
message
- exception message
-
SOAPFaultException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
SOAPFaultException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-
-
Method Details
-
getFault
Gets the fault that caused the exception.- Returns:
- fault that caused the exception
-
setFault
Sets the fault that caused the exception.- Parameters:
fault
- fault that caused the exception
-