public class JwtAuthException
extends java.lang.RuntimeException
401
Unauthorized response code. The message is used as title in the response body.| Constructor and Description |
|---|
JwtAuthException(java.lang.String message) |
JwtAuthException(java.lang.String message,
java.lang.Throwable cause) |
JwtAuthException(java.lang.Throwable cause) |