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

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

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

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

説明

Octopus Exception class in case errors happen while octopus is working

作者:
Nicolas Modrzyk

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

Public メソッド

 OctopusException ()
 OctopusException (String message)
 OctopusException (Throwable cause)
 OctopusException (String message, Throwable cause)


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

org.objectweb.cjdbc.common.exceptions.OctopusException.OctopusException  ) 
 

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

00041 { 00042 }

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

Creates a new OctopusException instance.

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

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

Creates a new OctopusException instance.

引数:
cause the root cause
OctopusException.java59 行で定義されています。
00060 { 00061 this.cause = cause; 00062 }

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

Creates a new OctopusException instance.

引数:
message the error message
cause the root cause
OctopusException.java70 行で定義されています。
00071 { 00072 super(message); 00073 this.cause = cause; 00074 }


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