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 Summary
ConstructorsConstructorDescriptionCreates a new KeyConstraintException with the given message.KeyConstraintException(String msg, Throwable cause) Creates a new KeyConstraintException with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyConstraintException
Creates a new KeyConstraintException with the given message.- Parameters:
msg- the error message
-
KeyConstraintException
-