Serializable
IncorrectClaimException
, MissingClaimException
public class InvalidClaimException extends ClaimJwtException
IncorrectClaimException
,
MissingClaimException
,
Serialized FormINCORRECT_EXPECTED_CLAIM_MESSAGE_TEMPLATE, MISSING_EXPECTED_CLAIM_MESSAGE_TEMPLATE
Modifier | Constructor | Description |
---|---|---|
protected |
InvalidClaimException(Header header,
Claims claims,
String message) |
|
protected |
InvalidClaimException(Header header,
Claims claims,
String message,
Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
String |
getClaimName() |
|
Object |
getClaimValue() |
|
void |
setClaimName(String claimName) |
|
void |
setClaimValue(Object claimValue) |
getClaims, getHeader
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019. All rights reserved.