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

公開メンバ関数

 SCIMException (String message)
 
 SCIMException (String message, Throwable e)
 

静的非公開変数類

static final long serialVersionUID = 7916443182706462000L
 

詳解

構築子と解体子

◆ SCIMException() [1/2]

org.gluu.oxtrust.model.exception.SCIMException.SCIMException ( String  message)
inline
12  {
13  super(message);
14  }

◆ SCIMException() [2/2]

org.gluu.oxtrust.model.exception.SCIMException.SCIMException ( String  message,
Throwable  e 
)
inline
16  {
17  super(message, e);
18  }

メンバ詳解

◆ serialVersionUID

final long org.gluu.oxtrust.model.exception.SCIMException.serialVersionUID = 7916443182706462000L
staticprivate

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