Class OidcIssuerMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pac4j.core.exception.TechnicalException
org.pac4j.oidc.exceptions.OidcException
org.pac4j.oidc.exceptions.OidcIssuerMismatchException
All Implemented Interfaces:
Serializable

public class OidcIssuerMismatchException extends OidcException
Exception indicating a mismatch between the metadata issuer and the response issuer.
Since:
6.0.0
Author:
Mathias Loesch
See Also:
  • Constructor Details

    • OidcIssuerMismatchException

      public OidcIssuerMismatchException(String message)

      Constructor for OidcIssuerMismatchException.

      Parameters:
      message - a String object
    • OidcIssuerMismatchException

      public OidcIssuerMismatchException(Throwable t)

      Constructor for OidcIssuerMismatchException.

      Parameters:
      t - a Throwable object
    • OidcIssuerMismatchException

      public OidcIssuerMismatchException(String message, Throwable t)

      Constructor for OidcIssuerMismatchException.

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