Class JwtValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.security.oauthbearer.JwtValidatorException
- All Implemented Interfaces:
Serializable
A
JwtValidatorException
is thrown in cases where the validity of a JWT cannot be
determined. It is intended to be used when errors arise within the processing of a
CallbackHandler.handle(Callback[])
. This error, however, is not thrown from that
method directly.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJwtValidatorException
(String message) JwtValidatorException
(String message, Throwable cause) JwtValidatorException
(Throwable 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
-
JwtValidatorException
-
JwtValidatorException
-
JwtValidatorException
-