java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.security.jwt.JwtException
- All Implemented Interfaces:
Serializable
A RuntimeException for the JWT and JWK world.
- See Also:
-
Constructor Summary
ConstructorDescriptionJwtException
(String message) Exception with a message.JwtException
(String message, Throwable cause) Exception with a message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JwtException
Exception with a message.- Parameters:
message
- message to propagate
-
JwtException
Exception with a message and a cause.- Parameters:
message
- message to propagatecause
- cause of this exception
-