public class MissingRequiredClaimException extends JwtParseException
| Constructor and Description |
|---|
MissingRequiredClaimException(JwtClaims.RegisteredClaim claim) |
| 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 MissingRequiredClaimException(JwtClaims.RegisteredClaim claim)
public JwtClaims.RegisteredClaim getClaim()
public String getSafeDetails()
InvalidTokenExceptiongetSafeDetails in class InvalidTokenExceptionCopyright © 2017 Atlassian. All rights reserved.