Class JwtValidatorException

All Implemented Interfaces:
Serializable

public class JwtValidatorException extends KafkaException
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 Details

    • JwtValidatorException

      public JwtValidatorException(String message)
    • JwtValidatorException

      public JwtValidatorException(Throwable cause)
    • JwtValidatorException

      public JwtValidatorException(String message, Throwable cause)