public class JwtException
extends java.lang.RuntimeException
Constructor and Description |
---|
JwtException(java.lang.String message)
Constructs a
JwtException using the provided parameters. |
JwtException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
JwtException using the provided parameters. |
public JwtException(java.lang.String message)
JwtException
using the provided parameters.message
- the detail messagepublic JwtException(java.lang.String message, java.lang.Throwable cause)
JwtException
using the provided parameters.message
- the detail messagecause
- the root cause