Class BadSAML2AssertionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.oauth2.sdk.assertions.saml2.BadSAML2AssertionException
- All Implemented Interfaces:
Serializable
Bad SAML 2.0 assertion exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadSAML2AssertionException
(String message) Creates a new bad SAML 2.0 assertion exception.BadSAML2AssertionException
(String message, Throwable cause) Creates a new bad SAML 2.0 assertion exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadSAML2AssertionException
Creates a new bad SAML 2.0 assertion exception.- Parameters:
message
- The exception message.
-
BadSAML2AssertionException
Creates a new bad SAML 2.0 assertion exception.- Parameters:
message
- The exception message.cause
- The exception cause.
-