Class TokenVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.identity.sdk.exception.IdentityException
io.camunda.identity.sdk.authentication.exception.TokenVerificationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidClaimException,InvalidSignatureException,JsonWebKeyException,TokenDecodeException,TokenExpiredException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenVerificationException(String message) TokenVerificationException(String message, Throwable 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
-
TokenVerificationException
-
TokenVerificationException
-