Package com.auth0.jwt.exceptions
Class JWTDecodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.auth0.jwt.exceptions.JWTVerificationException
-
- com.auth0.jwt.exceptions.JWTDecodeException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JWTDecodeException(java.lang.String message)
JWTDecodeException(java.lang.String message, java.lang.Throwable cause)
-