クラス org.objectweb.cjdbc.controller.authentication.AuthenticationManagerException

すべてのメンバ一覧

説明

Authentication manager exception.

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

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

Public メソッド

 AuthenticationManagerException ()
 AuthenticationManagerException (String message)
 AuthenticationManagerException (Throwable cause)
 AuthenticationManagerException (String message, Throwable cause)


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

org.objectweb.cjdbc.controller.authentication.AuthenticationManagerException.AuthenticationManagerException  ) 
 

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

00041 { 00042 }

org.objectweb.cjdbc.controller.authentication.AuthenticationManagerException.AuthenticationManagerException String  message  ) 
 

Creates a new AuthenticationManagerException instance.

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

org.objectweb.cjdbc.controller.authentication.AuthenticationManagerException.AuthenticationManagerException Throwable  cause  ) 
 

Creates a new AuthenticationManagerException instance.

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

org.objectweb.cjdbc.controller.authentication.AuthenticationManagerException.AuthenticationManagerException String  message,
Throwable  cause
 

Creates a new AuthenticationManagerException instance.

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


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