Class SAMLAuthnSessionCriteriaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pac4j.core.exception.TechnicalException
org.pac4j.saml.exceptions.SAMLException
org.pac4j.saml.exceptions.SAMLAuthnSessionCriteriaException
All Implemented Interfaces:
Serializable

public class SAMLAuthnSessionCriteriaException extends SAMLException
Since:
3.0.0
Author:
Misagh Moayyed
See Also:
  • Constructor Details

    • SAMLAuthnSessionCriteriaException

      public SAMLAuthnSessionCriteriaException(String message)

      Constructor for SAMLAuthnSessionCriteriaException.

      Parameters:
      message - a String object
    • SAMLAuthnSessionCriteriaException

      public SAMLAuthnSessionCriteriaException(Throwable t)

      Constructor for SAMLAuthnSessionCriteriaException.

      Parameters:
      t - a Throwable object
    • SAMLAuthnSessionCriteriaException

      public SAMLAuthnSessionCriteriaException(String message, Throwable t)

      Constructor for SAMLAuthnSessionCriteriaException.

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