Class JWTDecodeException

All Implemented Interfaces:
Serializable

public class JWTDecodeException extends JWTVerificationException
The exception that is thrown when any part of the token contained an invalid JWT or JSON format.
See Also:
  • Constructor Details

    • JWTDecodeException

      public JWTDecodeException(String message)
    • JWTDecodeException

      public JWTDecodeException(String message, Throwable cause)