public abstract class ClaimJwtException extends JwtException
JwtException that is thrown after a validation of an JTW claim failed.| 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, toStringCopyright © 2015. All rights reserved.