Class SAMLAuthnContextClassRefException

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.SAMLAuthnContextClassRefException
All Implemented Interfaces:
Serializable

public class SAMLAuthnContextClassRefException extends SAMLException
Since:
5.0.0
Author:
Misagh Moayyed
See Also:
  • Constructor Details

    • SAMLAuthnContextClassRefException

      public SAMLAuthnContextClassRefException(String message)

      Constructor for SAMLAuthnContextClassRefException.

      Parameters:
      message - a String object
    • SAMLAuthnContextClassRefException

      public SAMLAuthnContextClassRefException(Throwable t)

      Constructor for SAMLAuthnContextClassRefException.

      Parameters:
      t - a Throwable object
    • SAMLAuthnContextClassRefException

      public SAMLAuthnContextClassRefException(String message, Throwable t)

      Constructor for SAMLAuthnContextClassRefException.

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