Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.driver.protocol.CommandCompleted Class Reference

List of all members.

Public Member Functions

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

Detailed Description

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

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 36 of file CommandCompleted.java.


Constructor & Destructor Documentation

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

See also:
org.objectweb.cjdbc.common.exceptions.CJDBCException.CJDBCException()

Definition at line 42 of file CommandCompleted.java.

00043   {
00044     super();
00045   }

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

See also:
org.objectweb.cjdbc.common.exceptions.CJDBCException.CJDBCException(String)

Definition at line 50 of file CommandCompleted.java.

00051   {
00052     super(message);
00053   }

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

See also:
org.objectweb.cjdbc.common.exceptions.CJDBCException.CJDBCException(Throwable)

Definition at line 58 of file CommandCompleted.java.

00059   {
00060     super(cause);
00061   }

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

See also:
org.objectweb.cjdbc.common.exceptions.CJDBCException.CJDBCException(String,Throwable)

Definition at line 66 of file CommandCompleted.java.

00067   {
00068     super(message, cause);
00069   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:05:07 2005 for C-JDBC by  doxygen 1.3.9.1