Class AssertionValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.saml.common.SAMLException
org.opensaml.saml.common.assertion.AssertionValidationException
- All Implemented Interfaces:
Serializable
Exception indicating a problem validating a SAML Assertion.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.AssertionValidationException
(String message) Constructor.AssertionValidationException
(String message, Exception cause) 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
-
AssertionValidationException
public AssertionValidationException()Constructor. -
AssertionValidationException
Constructor.- Parameters:
message
- the detail message.
-
AssertionValidationException
Constructor.- Parameters:
cause
- the exception cause
-
AssertionValidationException
Constructor.- Parameters:
message
- the detail messagecause
- the exception cause
-