クラス org.objectweb.cjdbc.driver.protocol.CommandCompleted

すべてのメンバ一覧

説明

This exception is used by the controller to signal the driver from the successful completion of a command.

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

CommandCompleted.java36 行で定義されています。

Public メソッド

 CommandCompleted ()
 CommandCompleted (String message)
 CommandCompleted (Throwable cause)
 CommandCompleted (String message, Throwable cause)


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

org.objectweb.cjdbc.driver.protocol.CommandCompleted.CommandCompleted  ) 
 

参照:
org.objectweb.cjdbc.common.exceptions.CJDBCException#CJDBCException()
CommandCompleted.java42 行で定義されています。
00043 { 00044 super(); 00045 }

org.objectweb.cjdbc.driver.protocol.CommandCompleted.CommandCompleted String  message  ) 
 

参照:
org.objectweb.cjdbc.common.exceptions.CJDBCException#CJDBCException(String)
CommandCompleted.java50 行で定義されています。
00051 { 00052 super(message); 00053 }

org.objectweb.cjdbc.driver.protocol.CommandCompleted.CommandCompleted Throwable  cause  ) 
 

参照:
org.objectweb.cjdbc.common.exceptions.CJDBCException#CJDBCException(Throwable)
CommandCompleted.java58 行で定義されています。
00059 { 00060 super(cause); 00061 }

org.objectweb.cjdbc.driver.protocol.CommandCompleted.CommandCompleted String  message,
Throwable  cause
 

参照:
org.objectweb.cjdbc.common.exceptions.CJDBCException#CJDBCException(String,Throwable)
CommandCompleted.java66 行で定義されています。
00067 { 00068 super(message, cause); 00069 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.1に対してWed Aug 18 09:20:34 2004に生成されました。 doxygen 1.3.8