Class BadJwtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.oauth2.jwt.JwtException
org.springframework.security.oauth2.jwt.BadJwtException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JwtValidationException
An exception similar to
BadCredentialsException
that
indicates a Jwt
that is invalid in some way.- Since:
- 5.3
- See Also:
-
Constructor Summary
ConstructorDescriptionBadJwtException
(String message) BadJwtException
(String message, Throwable cause) -
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
-
BadJwtException
-