Package org.forgerock.am.saml2.api
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Saml2SsoException(String message)
Constructor.Saml2SsoException(String message, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Saml2SsoException
public Saml2SsoException(String message)
Constructor.- Parameters:
message
- The exception message.
-
-