クラス org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingException

すべてのメンバ一覧

説明

An ErrorCheckingException is thrown when an ErrorCheckingPolicy policy cannot be applied in the getBackends() method.

作者:
Emmanuel Cecchet
バージョン:
1.0
参照:
org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy.getBackends(ArrayList)

ErrorCheckingException.java37 行で定義されています。

Public メソッド

 ErrorCheckingException ()
 ErrorCheckingException (String message)
 ErrorCheckingException (Throwable cause)
 ErrorCheckingException (String message, Throwable cause)


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

org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingException.ErrorCheckingException  ) 
 

Creates a new ErrorCheckingException instance.

ErrorCheckingException.java43 行で定義されています。

00044   {
00045     super();
00046   }

org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingException.ErrorCheckingException String  message  ) 
 

Creates a new ErrorCheckingException instance.

引数:
message the error message

ErrorCheckingException.java53 行で定義されています。

00054   {
00055     super(message);
00056   }

org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingException.ErrorCheckingException Throwable  cause  ) 
 

Creates a new ErrorCheckingException instance.

引数:
cause the root cause

ErrorCheckingException.java63 行で定義されています。

00064   {
00065     super(cause);
00066   }

org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingException.ErrorCheckingException String  message,
Throwable  cause
 

Creates a new ErrorCheckingException instance.

引数:
message the error message
cause the root cause

ErrorCheckingException.java74 行で定義されています。

00075   {
00076     super(message, cause);
00077   }


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