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 Details

    • BadSAML2AssertionException

      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.