public class InvalidClaimException extends ClaimJwtException
IncorrectClaimException,
MissingClaimException,
Serialized FormINCORRECT_EXPECTED_CLAIM_MESSAGE_TEMPLATE, MISSING_EXPECTED_CLAIM_MESSAGE_TEMPLATE| Modifier | Constructor and Description |
|---|---|
protected |
InvalidClaimException(Header header,
Claims claims,
String message) |
protected |
InvalidClaimException(Header header,
Claims claims,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClaimName() |
Object |
getClaimValue() |
void |
setClaimName(String claimName) |
void |
setClaimValue(Object claimValue) |
getClaims, getHeaderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014–2020 jsonwebtoken.io. All rights reserved.