Package vaultWeb.security.exception
Class JwtAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
vaultWeb.security.exception.JwtAuthenticationException
- All Implemented Interfaces:
Serializable
public class JwtAuthenticationException
extends org.springframework.security.core.AuthenticationException
Raised when JWT authentication fails (missing, expired, or invalid token).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.security.core.AuthenticationException
getAuthenticationRequest, setAuthenticationRequestMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JwtAuthenticationException
-