Class JWTException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidJWTException, InvalidJWTSignatureException, InvalidKeyLengthException, InvalidKeyTypeException, JWTExpiredException, JWTSigningException, JWTUnavailableForProcessingException, JWTVerifierException, MissingPrivateKeyException, MissingPublicKeyException, MissingSignatureException, MissingVerifierException, NoneNotAllowedException

public class JWTException extends RuntimeException
Base JWT Exception
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • JWTException

      public JWTException()
    • JWTException

      public JWTException(String message)
    • JWTException

      public JWTException(String message, Throwable cause)