Class BadSAML2AssertionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nimbusds.oauth2.sdk.assertions.saml2.BadSAML2AssertionException
-
- All Implemented Interfaces:
Serializable
public class BadSAML2AssertionException extends Exception
Bad SAML 2.0 assertion exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadSAML2AssertionException(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 Detail
-
BadSAML2AssertionException
public BadSAML2AssertionException(String message)
Creates a new bad SAML 2.0 assertion exception.- Parameters:
message
- The exception message.
-
BadSAML2AssertionException
public BadSAML2AssertionException(String message, Throwable cause)
Creates a new bad SAML 2.0 assertion exception.- Parameters:
message
- The exception message.cause
- The exception cause.
-
-