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

公開メンバ関数

 OxTrustAuthorizationException (String message)
 
 OxTrustAuthorizationException (String message, int httpResponseCode)
 
 OxTrustAuthorizationException (String message, Throwable cause)
 

詳解

A message about an authorization fail.

著者
Yuriy Movchan
Dmitry Ognyannikov

構築子と解体子

◆ OxTrustAuthorizationException() [1/3]

org.gluu.oxtrust.api.client.util.OxTrustAuthorizationException.OxTrustAuthorizationException ( String  message)
inline
16  {
17  super(message);
18  }

◆ OxTrustAuthorizationException() [2/3]

org.gluu.oxtrust.api.client.util.OxTrustAuthorizationException.OxTrustAuthorizationException ( String  message,
int  httpResponseCode 
)
inline
20  {
21  super(message);
22  }

◆ OxTrustAuthorizationException() [3/3]

org.gluu.oxtrust.api.client.util.OxTrustAuthorizationException.OxTrustAuthorizationException ( String  message,
Throwable  cause 
)
inline
24  {
25  super(message, cause);
26  }

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