Package org.opensaml.saml.common
Class SAMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.saml.common.SAMLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssertionValidationException
,BindingException
Base exception for SAML related exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SAMLException
(Exception wrappedException) Constructor.SAMLException
(String message) Constructor.SAMLException
(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
-
SAMLException
public SAMLException()Constructor. -
SAMLException
Constructor.- Parameters:
message
- exception message
-
SAMLException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
SAMLException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-