Class ValidateException

All Implemented Interfaces:
Serializable

public class ValidateException extends KafkaException
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.
See Also:
  • Constructor Details

    • ValidateException

      public ValidateException(String message)
    • ValidateException

      public ValidateException(Throwable cause)
    • ValidateException

      public ValidateException(String message, Throwable cause)