public class AuthorizationPendingException extends org.springframework.security.oauth2.common.exceptions.OAuth2Exception
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 |
---|
AuthorizationPendingException(String msg) |
Modifier and Type | Method and Description |
---|---|
String |
getOAuth2ErrorCode() |
addAdditionalInformation, create, getAdditionalInformation, getHttpErrorCode, getSummary, toString, valueOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AuthorizationPendingException(String msg)
msg
- public String getOAuth2ErrorCode()
getOAuth2ErrorCode
in class org.springframework.security.oauth2.common.exceptions.OAuth2Exception
Copyright © 2018. All rights reserved.