Uses of Class
org.objectweb.cjdbc.common.exceptions.driver.protocol.SerializableException

Packages that use SerializableException
org.objectweb.cjdbc.common.exceptions.driver   
org.objectweb.cjdbc.common.exceptions.driver.protocol   
org.objectweb.cjdbc.driver C-JDBC driver core. 
 

Uses of SerializableException in org.objectweb.cjdbc.common.exceptions.driver
 

Constructors in org.objectweb.cjdbc.common.exceptions.driver with parameters of type SerializableException
DriverSQLException(java.lang.String message, SerializableException cause)
          Creates a new DriverSQLException around a SerializableException received from controller, itself converted from an SQLException in most cases.
DriverSQLException(SerializableException cause)
          Missing message constructor: let's borrow message from cause.
 

Uses of SerializableException in org.objectweb.cjdbc.common.exceptions.driver.protocol
 

Subclasses of SerializableException in org.objectweb.cjdbc.common.exceptions.driver.protocol
 class BackendDriverException
          This class is an SQLException (typically from backend) made serializable.
 class ControllerCoreException
          This class is meant for exceptions originated in controller core (i.e., non-backend) that are serialized to the driver.
 

Methods in org.objectweb.cjdbc.common.exceptions.driver.protocol that return SerializableException
private static SerializableException BackendDriverException.convertNext(java.lang.Throwable regularEx)
          Get the first cause found (new or old style), and convert it to a new BackendDriverException object (which is Serializable)
 

Constructors in org.objectweb.cjdbc.common.exceptions.driver.protocol with parameters of type SerializableException
SerializableException(java.lang.String message, SerializableException cause)
           
 

Uses of SerializableException in org.objectweb.cjdbc.driver
 

Methods in org.objectweb.cjdbc.driver that return SerializableException
private  SerializableException Connection.receiveException()
          Deserialize an exception from the stream: converts explicit protocol typing into java types.
 

Methods in org.objectweb.cjdbc.driver that throw SerializableException
private  DriverResultSet Connection.receiveResultSet(java.lang.String callerName)
          Returns a DriverResultSet read from the stream or throws the SerializableException that came instead
private  java.lang.String Connection.receiveString()
          Returns a String read from the stream or throws the SerializableException that came instead.
private  boolean Connection.receiveBoolean()
          Returns a boolean read from the stream or throws the SerializableException that came instead.
private  int Connection.receiveInt()
          Returns a int read from the stream or throws the SerializableException that came instead.
private  long Connection.receiveLong()
          Returns a long read from the stream or throws the SerializableException that came instead.
 



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