Package me.zhyd.oauth.exception
Class AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.zhyd.oauth.exception.AuthException
- All Implemented Interfaces:
Serializable
JustAuth通用异常类
- Since:
- 1.8
- Author:
- yadong.zhang (yadong.zhang0415(a)gmail.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthException(int errorCode, String errorMsg) AuthException(int errorCode, String errorMsg, AuthSource source) AuthException(String errorMsg) AuthException(String message, Throwable cause) AuthException(String errorMsg, AuthSource source) AuthException(Throwable cause) AuthException(AuthResponseStatus status) AuthException(AuthResponseStatus status, AuthSource source) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthException
-
AuthException
-
AuthException
-
AuthException
-
AuthException
-
AuthException
-
AuthException
-
AuthException
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
getErrorMsg
-