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
           
 
构造方法摘要
APIRequestException(ResponseWrapper responseWrapper)
           
 
方法摘要
 int getErrorCode()
           
 String getErrorMessage()
           
 long getMsgId()
           
 int getRateLimitQuota()
           
 int getRateLimitRemaining()
           
 int getRateLimitReset()
           
 int getStatus()
           
 String toString()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

_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.