クラス org.objectweb.cjdbc.common.exceptions.ControllerException

org.objectweb.cjdbc.common.exceptions.ControllerExceptionに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.common.exceptions.ControllerExceptionのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

Controller exception.

作者:
Mathieu Peltier
バージョン:
1.0

ControllerException.java34 行で定義されています。

Public メソッド

 ControllerException ()
 ControllerException (String message)
 ControllerException (Throwable cause)
 ControllerException (String message, Throwable cause)


コンストラクタとデストラクタ

org.objectweb.cjdbc.common.exceptions.ControllerException.ControllerException  ) 
 

Creates a new ControllerException instance. ControllerException.java39 行で定義されています。

00040 { 00041 }

org.objectweb.cjdbc.common.exceptions.ControllerException.ControllerException String  message  ) 
 

Creates a new ControllerException instance.

引数:
message the error message
ControllerException.java48 行で定義されています。
00049 { 00050 super(message); 00051 }

org.objectweb.cjdbc.common.exceptions.ControllerException.ControllerException Throwable  cause  ) 
 

Creates a new ControllerException instance.

引数:
cause the root cause
ControllerException.java58 行で定義されています。
00059 { 00060 super(cause); 00061 }

org.objectweb.cjdbc.common.exceptions.ControllerException.ControllerException String  message,
Throwable  cause
 

Creates a new ControllerException instance.

引数:
message the error message
cause the root cause
ControllerException.java69 行で定義されています。
00070 { 00071 super(message, cause); 00072 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:08 2004に生成されました。 doxygen 1.3.8