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) |
TigerApiException(TigerApiCode error,
String... args) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 TigerApiException(TigerApiCode error, String... args)
public int getErrCode()
public String getErrMsg()
public TigerApiCode getApiError()
Copyright © 2022. All rights reserved.