public abstract class ClaimJwtException extends JwtException
JwtException that is thrown after a validation of an JTW claim failed.| Modifier and Type | Field and Description |
|---|---|
static String |
INCORRECT_EXPECTED_CLAIM_MESSAGE_TEMPLATE |
static String |
MISSING_EXPECTED_CLAIM_MESSAGE_TEMPLATE |
| Modifier | Constructor and Description |
|---|---|
protected |
ClaimJwtException(Header header,
Claims claims,
String message) |
protected |
ClaimJwtException(Header header,
Claims claims,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Claims |
getClaims() |
Header |
getHeader() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String INCORRECT_EXPECTED_CLAIM_MESSAGE_TEMPLATE
public static final String MISSING_EXPECTED_CLAIM_MESSAGE_TEMPLATE
Copyright © 2018. All rights reserved.