Package org.opensaml.saml.common.binding
Class BindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.saml.common.SAMLException
org.opensaml.saml.common.binding.BindingException
- All Implemented Interfaces:
Serializable
Base exception for errors that occur when messages are encoded/decoded for a specific binding.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.BindingException
(Exception wrappedException) Constructor.BindingException
(String message) Constructor.BindingException
(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
-
BindingException
public BindingException()Constructor. -
BindingException
Constructor.- Parameters:
message
- exception message
-
BindingException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
BindingException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-