com.auth0.jwt
Class JWTVerifyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.auth0.jwt.JWTVerifyException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JWTAudienceException, JWTExpiredException, JWTIssuerException
public class JWTVerifyException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JWTVerifyException
public JWTVerifyException()
JWTVerifyException
public JWTVerifyException(String message,
Throwable cause)
JWTVerifyException
public JWTVerifyException(String message)
Copyright © 2015. All Rights Reserved.