Class SAMLIssueInstantException

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

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

    • SAMLIssueInstantException

      public SAMLIssueInstantException(String message)

      Constructor for SAMLIssueInstantException.

      Parameters:
      message - a String object
    • SAMLIssueInstantException

      public SAMLIssueInstantException(Throwable t)

      Constructor for SAMLIssueInstantException.

      Parameters:
      t - a Throwable object
    • SAMLIssueInstantException

      public SAMLIssueInstantException(String message, Throwable t)

      Constructor for SAMLIssueInstantException.

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