Exception | Description |
---|---|
DataError |
A Data error similar to a DataException but this is taken to be
a normally non recoverable error (hence an uncaught exception)
|
DataException |
superclass of the Data checked exceptions thrown by DataObject
|
NoTableException |
Exception thrown when the specified table does not exist yet
|
Error | Description |
---|---|
FatalDataError |
A Data error similar to a DataException but this is taken to be
a fatal error (usually due to a non functioning database)
It therefore extends Error and should not be caught other than at the highext level
|
ForceRollBack |
Force a transaction retry/rollback
Though this obviously is a recoverable exception we sub-class
Error
to bypass normal error recovery and reach the level that created the original transaction |
TransactionError |
An error in a transaction commit.
|