public class APIRequestException extends Exception implements IRateLimiting
| 限定符和类型 | 字段和说明 |
|---|---|
protected static com.google.gson.Gson |
_gson |
| 构造器和说明 |
|---|
APIRequestException(ResponseWrapper responseWrapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
String |
getErrorMessage() |
long |
getMsgId() |
int |
getRateLimitQuota() |
int |
getRateLimitRemaining() |
int |
getRateLimitReset() |
int |
getStatus() |
String |
toString() |
public APIRequestException(ResponseWrapper responseWrapper)
public int getStatus()
public long getMsgId()
public int getErrorCode()
public String getErrorMessage()
public int getRateLimitQuota()
getRateLimitQuota 在接口中 IRateLimitingpublic int getRateLimitRemaining()
getRateLimitRemaining 在接口中 IRateLimitingpublic int getRateLimitReset()
getRateLimitReset 在接口中 IRateLimitingCopyright © 2016. All Rights Reserved.