Class OidcUnsupportedClientAuthMethodException

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

public class OidcUnsupportedClientAuthMethodException extends OidcException
Exception indicating that the requested client auth method for the token exchange is not supported.
Since:
6.0.0
Author:
Mathias Loesch
See Also:
  • Constructor Details

    • OidcUnsupportedClientAuthMethodException

      public OidcUnsupportedClientAuthMethodException(String message)

      Constructor for OidcUnsupportedClientAuthMethodException.

      Parameters:
      message - a String object
    • OidcUnsupportedClientAuthMethodException

      public OidcUnsupportedClientAuthMethodException(Throwable t)

      Constructor for OidcUnsupportedClientAuthMethodException.

      Parameters:
      t - a Throwable object
    • OidcUnsupportedClientAuthMethodException

      public OidcUnsupportedClientAuthMethodException(String message, Throwable t)

      Constructor for OidcUnsupportedClientAuthMethodException.

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