cn.jpush.api.common.resp
类 APIRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.jpush.api.common.resp.APIRequestException
- 所有已实现的接口:
- IRateLimiting, Serializable
public class APIRequestException
- extends Exception
- implements IRateLimiting
- 另请参见:
- 序列化表格
|
字段摘要 |
protected static com.google.gson.Gson |
_gson
|
_gson
protected static com.google.gson.Gson _gson
APIRequestException
public APIRequestException(ResponseWrapper responseWrapper)
getStatus
public int getStatus()
getMsgId
public long getMsgId()
getErrorCode
public int getErrorCode()
getErrorMessage
public String getErrorMessage()
toString
public String toString()
- 覆盖:
- 类
Throwable 中的 toString
getRateLimitQuota
public int getRateLimitQuota()
- 指定者:
- 接口
IRateLimiting 中的 getRateLimitQuota
getRateLimitRemaining
public int getRateLimitRemaining()
- 指定者:
- 接口
IRateLimiting 中的 getRateLimitRemaining
getRateLimitReset
public int getRateLimitReset()
- 指定者:
- 接口
IRateLimiting 中的 getRateLimitReset
Copyright © 2014. All Rights Reserved.