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 SummaryConstructorsConstructorDescriptionJwtException(String message) Exception with a message.JwtException(String message, Throwable cause) Exception with a message and a cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JwtExceptionException with a message.- Parameters:
- message- message to propagate
 
- 
JwtExceptionException with a message and a cause.- Parameters:
- message- message to propagate
- cause- cause of this exception
 
 
-