Class KeyConstraintException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jose4j.lang.JoseException
org.jose4j.lang.UnresolvableKeyException
io.confluent.security.authentication.oauthbearer.KeyConstraintException
All Implemented Interfaces:
Serializable

public class KeyConstraintException extends org.jose4j.lang.UnresolvableKeyException
Exception raised when a Constraint can't be satisfied.
See Also:
  • Constructor Details

    • KeyConstraintException

      public KeyConstraintException(String msg)
      Creates a new KeyConstraintException with the given message.
      Parameters:
      msg - the error message
    • KeyConstraintException

      public KeyConstraintException(String msg, Throwable cause)
      Creates a new KeyConstraintException with the given message and cause.
      Parameters:
      msg - the error message
      cause - the cause of the error