Class JwtAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sdase.commons.server.auth.error.JwtAuthException
-
- All Implemented Interfaces:
java.io.Serializable
public class JwtAuthException extends java.lang.RuntimeException
Exception to be thrown when JWT verification failed. This exception leads to a401 Unauthorized
response code. Themessage
is used astitle
in the response body.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtAuthException(java.lang.String message)
JwtAuthException(java.lang.String message, java.lang.Throwable cause)
JwtAuthException(java.lang.Throwable cause)
-