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, getHeader
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018. All rights reserved.