类 AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.oauth2.common.exceptions.OAuth2Exception
cn.miniants.framework.exception.AuthException
- 所有已实现的接口:
Serializable
public class AuthException
extends org.springframework.security.oauth2.common.exceptions.OAuth2Exception
- 另请参阅:
-
字段概要
从类继承的字段 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 -
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.security.oauth2.common.exceptions.OAuth2Exception
addAdditionalInformation, create, getAdditionalInformation, getSummary, toString, valueOf
-
构造器详细资料
-
AuthException
-
-
方法详细资料
-
getOAuth2ErrorCode
- 覆盖:
getOAuth2ErrorCode在类中org.springframework.security.oauth2.common.exceptions.OAuth2Exception
-
getHttpErrorCode
public int getHttpErrorCode()- 覆盖:
getHttpErrorCode在类中org.springframework.security.oauth2.common.exceptions.OAuth2Exception
-