gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.api.client.OxTrustAPIException クラス
org.gluu.oxtrust.api.client.OxTrustAPIException の継承関係図
Inheritance graph
org.gluu.oxtrust.api.client.OxTrustAPIException 連携図
Collaboration graph

公開メンバ関数

 OxTrustAPIException (String message)
 
 OxTrustAPIException (String message, int httpResponseCode)
 
int getHttpResponseCode ()
 

非公開変数類

int httpResponseCode
 

詳解

General REST exception for oxTrust API.

著者
Dmitry Ognyannikov

構築子と解体子

◆ OxTrustAPIException() [1/2]

org.gluu.oxtrust.api.client.OxTrustAPIException.OxTrustAPIException ( String  message)
inline
17  {
18  super(message);
19  }

◆ OxTrustAPIException() [2/2]

org.gluu.oxtrust.api.client.OxTrustAPIException.OxTrustAPIException ( String  message,
int  httpResponseCode 
)
inline
21  {
22  super(message);
23 
25  }
int httpResponseCode
Definition: OxTrustAPIException.java:15

関数詳解

◆ getHttpResponseCode()

int org.gluu.oxtrust.api.client.OxTrustAPIException.getHttpResponseCode ( )
inline
戻り値
the httpResponseCode
30  {
31  return httpResponseCode;
32  }
int httpResponseCode
Definition: OxTrustAPIException.java:15

メンバ詳解

◆ httpResponseCode

int org.gluu.oxtrust.api.client.OxTrustAPIException.httpResponseCode
private

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