Package org.opensaml.soap.client
Class SOAPClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.soap.common.SOAPException
org.opensaml.soap.client.SOAPClientException
- All Implemented Interfaces:
Serializable
Exception indicating an error sending or receiving a SOAP message.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SOAPClientException
(Exception wrappedException) Constructor.SOAPClientException
(String message) Constructor.SOAPClientException
(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:
-
-
Constructor Details
-
SOAPClientException
public SOAPClientException()Constructor. -
SOAPClientException
Constructor.- Parameters:
message
- exception message
-
SOAPClientException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
SOAPClientException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-