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
An exception type that highlights that an issue has occurred during SAML2 single sign-on.
- See Also:
-
Constructor Summary
ConstructorDescriptionSaml2SsoException
(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 Details
-
Saml2SsoException
Constructor.- Parameters:
message
- The exception message.
-
Saml2SsoException
Constructor.- Parameters:
message
- The exception message.cause
- The cause of this exception.
-