Class ValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.security.oauthbearer.secured.ValidateException
- All Implemented Interfaces:
Serializable
ValidateException is thrown in cases where a JWT access token cannot be determined to be
valid for one reason or another. 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.-
Constructor Summary
ConstructorDescriptionValidateException
(String message) ValidateException
(String message, Throwable cause) ValidateException
(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
-
ValidateException
-
ValidateException
-
ValidateException
-