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:
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.TechnicalException
Root exception for SAML Client.
Since:
1.5.0
Author:
Michael Remond
See Also:
  • Constructor Details

    • SAMLException

      public SAMLException(String message)

      Constructor for SAMLException.

      Parameters:
      message - a String object
    • SAMLException

      public SAMLException(Throwable t)

      Constructor for SAMLException.

      Parameters:
      t - a Throwable object
    • SAMLException

      public SAMLException(String message, Throwable t)

      Constructor for SAMLException.

      Parameters:
      message - a String object
      t - a Throwable object