org.continuent.sequoia.common.exceptions.driver.protocol |
Exceptions related to Sequoia driver protocol.
|
Java Source File Name | Type | Comment |
BackendDriverException.java | Class | This class is an SQLException (typically from backend) made serializable. |
ControllerCoreException.java | Class | This class is meant for exceptions originated in controller core (i.e.,
non-backend) that are serialized to the driver. |
SerializableException.java | Class | This class implements our own Exception chain, overriding Throwable as much
as possible, relying on our own SerializableStackTraceElement instead of
java.lang.StackStraceElement. |
SerializableStackTraceElement.java | Class | This class re-implements StackTraceElement of JDK 1.5, as a brute force
workaround for the forgotten constructor in JDK 1.4. |