public class TigerApiException extends Exception
| 构造器和说明 |
|---|
TigerApiException() |
TigerApiException(int errCode,
String errMsg) |
TigerApiException(String message) |
TigerApiException(String message,
Throwable cause) |
TigerApiException(Throwable cause) |
TigerApiException(TigerApiCode error) |
| 限定符和类型 | 方法和说明 |
|---|---|
TigerApiCode |
getApiError() |
int |
getErrCode() |
String |
getErrMsg() |
public TigerApiException()
public TigerApiException(String message)
public TigerApiException(Throwable cause)
public TigerApiException(int errCode,
String errMsg)
public TigerApiException(TigerApiCode error)
public int getErrCode()
public String getErrMsg()
public TigerApiCode getApiError()
Copyright © 2019. All rights reserved.