public class InvalidGrantException extends ClientAuthenticationException
ACCESS_DENIED, DESCRIPTION, ERROR, INSUFFICIENT_SCOPE, INVALID_CLIENT, INVALID_GRANT, INVALID_REQUEST, INVALID_SCOPE, INVALID_TOKEN, REDIRECT_URI_MISMATCH, UNAUTHORIZED_CLIENT, UNSUPPORTED_GRANT_TYPE, UNSUPPORTED_RESPONSE_TYPE, URI
Constructor and Description |
---|
InvalidGrantException(String msg) |
InvalidGrantException(String msg,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
String |
getOAuth2ErrorCode()
The OAuth2 error code.
|
getHttpErrorCode
addAdditionalInformation, create, getAdditionalInformation, getSummary, toString, valueOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidGrantException(String msg)
public String getOAuth2ErrorCode()
OAuth2Exception
getOAuth2ErrorCode
in class ClientAuthenticationException
Copyright © 2019. All rights reserved.