class |
ClassNotPersistenceCapableException |
This exception is thrown when the implementation cannot make an object persistent because of the type of the object.
|
class |
DatabaseClosedException |
This exception is thrown when an attempt is made to call a method
on a Database that has been closed or has not been opened.
|
class |
DatabaseIsReadOnlyException |
This exception is thrown when a call has been made that modifies
a database that is open in read-only mode.
|
class |
LockNotGrantedException |
This exception is thrown if a lock could not be granted on an object.
|
class |
NotImplementedException |
This exception is thrown when an implementation does not support an operation.
|
class |
ObjectDeletedException |
This exception is thrown when accessing an object that was deleted.
|
class |
ObjectNotPersistentException |
This exception is thrown when deleting an object that is not persistent.
|
class |
TransactionAbortedException |
This exception is thrown when the database asynchronously and explicitly
aborts the user's transaction due to some failure, the user's data is reset
just as if the user had directly called Transaction.abort.
|
class |
TransactionInProgressException |
This exception is thrown when a call has been made to a method that
should not be called when a transaction is in progress.
|
class |
TransactionNotInProgressException |
This exception is thrown when attempting to perform an operation that
must be performed when there is a transaction is in progress, but no
such transaction is in progress.
|