Class JWTException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.bastiaanjansen.jwt.exceptions.JWTException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JWTCreationException,JWTDecodeException,JWTSignException,JWTValidationException
public class JWTException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JWTException()JWTException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JWTException
public JWTException()
-
JWTException
public JWTException(String message)
-
-