public class ExpiredJWTAuthenticationException
extends org.springframework.security.core.AuthenticationException
JWTAuthenticationProvider when an expired jwt token is found. This exception's
message is then returned within a 401 response to indicate the request was unauthorized due to an expired token.JWTAuthenticationProvider,
JWTRefreshAuthenticationProvider,
Serialized Form| Constructor and Description |
|---|
ExpiredJWTAuthenticationException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpiredJWTAuthenticationException(Throwable t)
Copyright © 2017. All rights reserved.