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

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

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

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

説明

Controller exception.

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

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

Public メソッド

 ShutdownException ()
 ShutdownException (String message)
 ShutdownException (Throwable cause)
 ShutdownException (String message, Throwable cause)


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

org.objectweb.cjdbc.common.exceptions.ShutdownException.ShutdownException  ) 
 

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

00040 { 00041 }

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

Creates a new ShutdownException instance.

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

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

Creates a new ShutdownException instance.

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

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

Creates a new ShutdownException instance.

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


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