类 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
另请参阅:
  • 构造器详细资料

    • AuthException

      public AuthException(String msg, int code, String redirect)
  • 方法详细资料

    • getOAuth2ErrorCode

      public String getOAuth2ErrorCode()
      覆盖:
      getOAuth2ErrorCode 在类中 org.springframework.security.oauth2.common.exceptions.OAuth2Exception
    • getHttpErrorCode

      public int getHttpErrorCode()
      覆盖:
      getHttpErrorCode 在类中 org.springframework.security.oauth2.common.exceptions.OAuth2Exception