Class Saml2SsoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.saml2.api.Saml2SsoException
All Implemented Interfaces:
Serializable

public class Saml2SsoException extends Exception
An exception type that highlights that an issue has occurred during SAML2 single sign-on.
See Also:
  • Constructor Details

    • Saml2SsoException

      public Saml2SsoException(String message)
      Constructor.
      Parameters:
      message - The exception message.
    • Saml2SsoException

      public Saml2SsoException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The exception message.
      cause - The cause of this exception.