gluu
公開メンバ関数 | 静的非公開変数類 | 全メンバ一覧
com.toopher.RequestError クラス
com.toopher.RequestError の継承関係図
Inheritance graph
com.toopher.RequestError 連携図
Collaboration graph

公開メンバ関数

 RequestError (ClientProtocolException e)
 
 RequestError (IOException e)
 
 RequestError (JSONException e)
 
 RequestError (Exception e)
 

静的非公開変数類

static final long serialVersionUID = -1479647692976296897L
 

詳解

Request errors from API calls

構築子と解体子

◆ RequestError() [1/4]

com.toopher.RequestError.RequestError ( ClientProtocolException  e)
inline
14  {
15  super("Http protocol error", e);
16  }

◆ RequestError() [2/4]

com.toopher.RequestError.RequestError ( IOException  e)
inline
18  {
19  super("Connection error", e);
20  }

◆ RequestError() [3/4]

com.toopher.RequestError.RequestError ( JSONException  e)
inline
22  {
23  super("Unexpected response format", e);
24  }

◆ RequestError() [4/4]

com.toopher.RequestError.RequestError ( Exception  e)
inline
26  {
27  super("Request error", e);
28  }

メンバ詳解

◆ serialVersionUID

final long com.toopher.RequestError.serialVersionUID = -1479647692976296897L
staticprivate

このクラス詳解は次のファイルから抽出されました: