Class SAMLEndpointMismatchException

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

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

    • SAMLEndpointMismatchException

      public SAMLEndpointMismatchException(String message)

      Constructor for SAMLEndpointMismatchException.

      Parameters:
      message - a String object
    • SAMLEndpointMismatchException

      public SAMLEndpointMismatchException(Throwable t)

      Constructor for SAMLEndpointMismatchException.

      Parameters:
      t - a Throwable object
    • SAMLEndpointMismatchException

      public SAMLEndpointMismatchException(String message, Throwable t)

      Constructor for SAMLEndpointMismatchException.

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