org.objectweb.cjdbc.driver.protocol
Class CommandCompleted

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.common.exceptions.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
private static long serialVersionUID
           
 
Fields inherited from class org.objectweb.cjdbc.common.exceptions.CJDBCException
cause
 
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.common.exceptions.CJDBCException
fillInStackTrace, getCause, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Throwable
getLocalizedMessage, initCause, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
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, 2005 - ObjectWeb Consortium - All Rights Reserved.