Package org.objectweb.cjdbc.common.exceptions.driver.protocol

Class Summary
SerializableStackTraceElement This class re-implements StackTraceElement of JDK 1.5, as a brute force workaround for the forgotten constructor in JDK 1.4.
 

Exception Summary
BackendDriverException This class is an SQLException (typically from backend) made serializable.
ControllerCoreException This class is meant for exceptions originated in controller core (i.e., non-backend) that are serialized to the driver.
SerializableException This class implements our own Exception chain, overriding Throwable as much as possible, relying on our own SerializableStackTraceElement instead of java.lang.StackStraceElement.
 



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