Class SAMLIssuerException

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

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

    • SAMLIssuerException

      public SAMLIssuerException(String message)

      Constructor for SAMLIssuerException.

      Parameters:
      message - a String object
    • SAMLIssuerException

      public SAMLIssuerException(Throwable t)

      Constructor for SAMLIssuerException.

      Parameters:
      t - a Throwable object
    • SAMLIssuerException

      public SAMLIssuerException(String message, Throwable t)

      Constructor for SAMLIssuerException.

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