Package org.pac4j.saml.exceptions
Class SAMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pac4j.core.exception.TechnicalException
-
- org.pac4j.saml.exceptions.SAMLException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SAMAssertionSubjectException,SAMLAssertionAudienceException,SAMLAssertionConditionException,SAMLAuthnContextClassRefException,SAMLAuthnInstantException,SAMLAuthnSessionCriteriaException,SAMLEndpointMismatchException,SAMLInResponseToMismatchException,SAMLIssueInstantException,SAMLIssuerException,SAMLNameIdDecryptionException,SAMLReplayException,SAMLSignatureRequiredException,SAMLSignatureValidationException,SAMLSubjectConfirmationException
public class SAMLException extends org.pac4j.core.exception.TechnicalExceptionRoot exception for SAML Client.- Since:
- 1.5.0
- Author:
- Michael Remond
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAMLException(java.lang.String message)SAMLException(java.lang.String message, java.lang.Throwable t)SAMLException(java.lang.Throwable t)
-