クラス org.objectweb.cjdbc.controller.core.backup.OctopusException

すべてのメンバ一覧

説明

Octopus Exception class in case errors happen while octopus is working

作者:
Nicolas Modrzyk

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

Public メソッド

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


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

org.objectweb.cjdbc.controller.core.backup.OctopusException.OctopusException  ) 
 

Creates a new OctopusException instance.

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

00042   {
00043   }

org.objectweb.cjdbc.controller.core.backup.OctopusException.OctopusException String  message  ) 
 

Creates a new OctopusException instance.

引数:
message the error message

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

00051   {
00052     super(message);
00053   }

org.objectweb.cjdbc.controller.core.backup.OctopusException.OctopusException Throwable  cause  ) 
 

Creates a new OctopusException instance.

引数:
cause the root cause

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

00061   {
00062     this.cause = cause;
00063   }

org.objectweb.cjdbc.controller.core.backup.OctopusException.OctopusException String  message,
Throwable  cause
 

Creates a new OctopusException instance.

引数:
message the error message
cause the root cause

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

00072   {
00073     super(message);
00074     this.cause = cause;
00075   }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0rc6に対してWed May 5 18:02:17 2004に生成されました。 doxygen 1.3.6