org.objectweb.cjdbc.driver.protocol
Class CommandCompleted

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.util.CJDBCException
              extended byorg.objectweb.cjdbc.driver.protocol.CommandCompleted
All Implemented Interfaces:
java.io.Serializable

public class CommandCompleted
extends CJDBCException

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

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.cjdbc.util.CJDBCException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CommandCompleted()
           
CommandCompleted(java.lang.String message)
           
CommandCompleted(java.lang.String message, java.lang.Throwable cause)
           
CommandCompleted(java.lang.Throwable cause)
           
 
Methods inherited from class org.objectweb.cjdbc.util.CJDBCException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandCompleted

public CommandCompleted()
See Also:
CJDBCException.CJDBCException()

CommandCompleted

public CommandCompleted(java.lang.String message)
See Also:
CJDBCException.CJDBCException(String)

CommandCompleted

public CommandCompleted(java.lang.Throwable cause)
See Also:
CJDBCException.CJDBCException(Throwable)

CommandCompleted

public CommandCompleted(java.lang.String message,
                        java.lang.Throwable cause)
See Also:
CJDBCException.CJDBCException(String, Throwable)


Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.