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,
java.lang.String message) |
protected |
InvalidClaimException(Header header,
Claims claims,
java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClaimName() |
java.lang.Object |
getClaimValue() |
void |
setClaimName(java.lang.String claimName) |
void |
setClaimValue(java.lang.Object claimValue) |
getClaims, getHeader
Copyright © 2014-2022 jsonwebtoken.io. All Rights Reserved.