Package io.smallrye.jwt.build
Class JwtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.jwt.build.JwtException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JwtEncryptionException,JwtSignatureException
Base JWT Exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJwtException(String errorMessage) JwtException(String errorMessage, Throwable t) -
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
public JwtException() -
JwtException
-
JwtException
-
JwtException
-