Class JwtRetrieverException

All Implemented Interfaces:
Serializable

public class JwtRetrieverException extends KafkaException
A JwtRetrieverException is thrown in cases where the JWT cannot be retrieved.
See Also:
  • Constructor Details

    • JwtRetrieverException

      public JwtRetrieverException(String message)
    • JwtRetrieverException

      public JwtRetrieverException(Throwable cause)
    • JwtRetrieverException

      public JwtRetrieverException(String message, Throwable cause)