Package com.nimbusds.jwt.proc
Class BadJWTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.jose.proc.BadJOSEException
com.nimbusds.jwt.proc.BadJWTException
- All Implemented Interfaces:
Serializable
Bad JSON Web Token (JWT) exception.
- Version:
- 2015-06-29
- Author:
- Vladimir Dzhuvinov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadJWTException
(String message) Creates a new bad JWT exception.BadJWTException
(String message, Throwable cause) Creates a new bad JWT exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadJWTException
Creates a new bad JWT exception.- Parameters:
message
- The exception message.
-
BadJWTException
Creates a new bad JWT exception.- Parameters:
message
- The exception message.cause
- The exception cause.
-