gluu
公開メンバ関数 | 静的非公開変数類 | 全メンバ一覧
org.xdi.oxauth.client.uma.exception.UmaException クラス
org.xdi.oxauth.client.uma.exception.UmaException の継承関係図
Inheritance graph
org.xdi.oxauth.client.uma.exception.UmaException 連携図
Collaboration graph

公開メンバ関数

 UmaException ()
 
 UmaException (String message)
 
 UmaException (Throwable cause)
 
 UmaException (String message, Throwable cause)
 

静的非公開変数類

static final long serialVersionUID = 2136659058534678566L
 

詳解

UMA Exception

著者
Yuriy Movchan Date: 12/08/2012

構築子と解体子

◆ UmaException() [1/4]

org.xdi.oxauth.client.uma.exception.UmaException.UmaException ( )
inline
18 {}

◆ UmaException() [2/4]

org.xdi.oxauth.client.uma.exception.UmaException.UmaException ( String  message)
inline
20 {}

◆ UmaException() [3/4]

org.xdi.oxauth.client.uma.exception.UmaException.UmaException ( Throwable  cause)
inline
22  {
23  super(cause);
24  }

◆ UmaException() [4/4]

org.xdi.oxauth.client.uma.exception.UmaException.UmaException ( String  message,
Throwable  cause 
)
inline
26  {
27  super(message, cause);
28  }

メンバ詳解

◆ serialVersionUID

final long org.xdi.oxauth.client.uma.exception.UmaException.serialVersionUID = 2136659058534678566L
staticprivate

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