Class InvalidJWTException

All Implemented Interfaces:
Serializable

public class InvalidJWTException extends JWTException
The JWT could not be parsed properly. It does not conform to the JWT specification.
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • InvalidJWTException

      public InvalidJWTException(String message)
    • InvalidJWTException

      public InvalidJWTException(String message, Throwable cause)