public class InvalidClaimException extends InvalidTokenException
| Constructor and Description |
|---|
InvalidClaimException(JwtClaims.RegisteredClaim claim,
String message) |
| Modifier and Type | Method and Description |
|---|---|
JwtClaims.RegisteredClaim |
getClaim() |
String |
getSafeDetails()
Returns safe-to-propagate details about this exception, eg.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidClaimException(JwtClaims.RegisteredClaim claim, String message)
public JwtClaims.RegisteredClaim getClaim()
public String getSafeDetails()
InvalidTokenExceptiongetSafeDetails in class InvalidTokenExceptionCopyright © 2017 Atlassian. All rights reserved.