Serializable
ExpiredJwtException
, InvalidClaimException
, PrematureJwtException
public abstract class ClaimJwtException extends JwtException
JwtException
that is thrown after a validation of an JTW claim failed.Modifier and Type | Field | Description |
---|---|---|
static String |
INCORRECT_EXPECTED_CLAIM_MESSAGE_TEMPLATE |
|
static String |
MISSING_EXPECTED_CLAIM_MESSAGE_TEMPLATE |
Modifier | Constructor | Description |
---|---|---|
protected |
ClaimJwtException(Header header,
Claims claims,
String message) |
|
protected |
ClaimJwtException(Header header,
Claims claims,
String message,
Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
Claims |
getClaims() |
|
Header |
getHeader() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String INCORRECT_EXPECTED_CLAIM_MESSAGE_TEMPLATE
public static final String MISSING_EXPECTED_CLAIM_MESSAGE_TEMPLATE
Copyright © 2019. All rights reserved.