Package io.trino.server.security.jwt
Class InvalidClaimException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jsonwebtoken.JwtException
io.trino.server.security.jwt.InvalidClaimException
- All Implemented Interfaces:
Serializable
public class InvalidClaimException
extends io.jsonwebtoken.JwtException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidClaimException(String message) InvalidClaimException(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
-
InvalidClaimException
-
InvalidClaimException
-