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

公開メンバ関数

 InvalidSchemaUpdateException (Throwable root)
 
 InvalidSchemaUpdateException (String string, Throwable root)
 
 InvalidSchemaUpdateException (String s)
 

静的非公開変数類

static final long serialVersionUID = 3071969232087073304L
 

詳解

著者
Yuriy Movchan Date: 10.15.2010

構築子と解体子

◆ InvalidSchemaUpdateException() [1/3]

org.xdi.oxauth.exception.InvalidSchemaUpdateException.InvalidSchemaUpdateException ( Throwable  root)
inline
16  {
17  super(root);
18  }

◆ InvalidSchemaUpdateException() [2/3]

org.xdi.oxauth.exception.InvalidSchemaUpdateException.InvalidSchemaUpdateException ( String  string,
Throwable  root 
)
inline
20  {
21  super(string, root);
22  }

◆ InvalidSchemaUpdateException() [3/3]

org.xdi.oxauth.exception.InvalidSchemaUpdateException.InvalidSchemaUpdateException ( String  s)
inline
24  {
25  super(s);
26  }

メンバ詳解

◆ serialVersionUID

final long org.xdi.oxauth.exception.InvalidSchemaUpdateException.serialVersionUID = 3071969232087073304L
staticprivate

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