クラス org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException

すべてのメンバ一覧

説明

This class defines a AllBackendsFailedException

作者:
Emmanuel Cecchet
バージョン:
1.0

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

Public メソッド

 AllBackendsFailedException ()
 AllBackendsFailedException (String message)
 AllBackendsFailedException (Throwable cause)
 AllBackendsFailedException (String message, Throwable cause)


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

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException.AllBackendsFailedException  ) 
 

Creates a new AllBackendsFailedException instance.

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

00042   {
00043     super();
00044   }

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException.AllBackendsFailedException String  message  ) 
 

Creates a new AllBackendsFailedException instance.

引数:
message the error message

AllBackendsFailedException.java51 行で定義されています。

00052   {
00053     super(message);
00054   }

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException.AllBackendsFailedException Throwable  cause  ) 
 

Creates a new AllBackendsFailedException instance.

引数:
cause the root cause

AllBackendsFailedException.java61 行で定義されています。

00062   {
00063     super(cause);
00064   }

org.objectweb.cjdbc.controller.loadbalancer.AllBackendsFailedException.AllBackendsFailedException String  message,
Throwable  cause
 

Creates a new AllBackendsFailedException instance.

引数:
message the error message
cause the root cause

AllBackendsFailedException.java72 行で定義されています。

00073   {
00074     super(message, cause);
00075   }


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