Class JwtTokenUnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.nav.security.token.support.spring.validation.interceptor.JwtTokenUnauthorizedException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNAUTHORIZED) public class JwtTokenUnauthorizedException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtTokenUnauthorizedException(String msg)JwtTokenUnauthorizedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-