Class JWTVerificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.auth0.jwt.exceptions.JWTVerificationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlgorithmMismatchException, InvalidClaimException, JWTDecodeException, SignatureVerificationException, TokenExpiredException

public class JWTVerificationException extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • JWTVerificationException

      public JWTVerificationException(String message)
    • JWTVerificationException

      public JWTVerificationException(String message, Throwable cause)