org.continuent.sequoia.common.exceptions.driver |
Exceptions related to Sequoia driver.
|
Java Source File Name | Type | Comment |
DriverIOException.java | Class | This class customizes SQLException and is used for reporting internal IO
exception catched by the driver. |
DriverSQLException.java | Class | FIXME: this class relies on "multiple dispatch", which does not exist in Java
(doh!). |
VirtualDatabaseUnavailableException.java | Class | A VirtualDatabaseUnavailableException is thrown to a client
when a requested virtual database does not exist, is shutting down, starting
or shut down on all controllers the client is trying to connect to.
Internally (inside the driver), the
VirtualDatabaseUnavailableException is thrown when one
controller's virtual database is not available. |