Class JwtRetrieverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.security.oauthbearer.JwtRetrieverException
- All Implemented Interfaces:
 Serializable
A 
JwtRetrieverException is thrown in cases where the JWT cannot be retrieved.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJwtRetrieverException(String message) JwtRetrieverException(String message, Throwable cause) JwtRetrieverException(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
- 
JwtRetrieverException
 - 
JwtRetrieverException
 - 
JwtRetrieverException
 
 -