public class AuthException extends RuntimeException
| 构造器和说明 |
|---|
AuthException(AuthResponseStatus status) |
AuthException(int errorCode,
String errorMsg) |
AuthException(String errorMsg) |
AuthException(String message,
Throwable cause) |
AuthException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
String |
getErrorMsg() |
public AuthException(String errorMsg)
public AuthException(int errorCode,
String errorMsg)
public AuthException(AuthResponseStatus status)
public AuthException(Throwable cause)
public int getErrorCode()
public String getErrorMsg()
Copyright © 2019. All rights reserved.