Uses of Class
org.odmg.ODMGRuntimeException
Packages that use ODMGRuntimeException
-
Uses of ODMGRuntimeException in org.odmg
Subclasses of ODMGRuntimeException in org.odmgModifier and TypeClassDescriptionclassThis exception is thrown when the implementation cannot make an object persistent because of the type of the object.classThis exception is thrown when an attempt is made to call a method on a Database that has been closed or has not been opened.classThis exception is thrown when a call has been made that modifies a database that is open in read-only mode.classThis exception is thrown if a lock could not be granted on an object.classThis exception is thrown when an implementation does not support an operation.classThis exception is thrown when accessing an object that was deleted.classThis exception is thrown when deleting an object that is not persistent.classThis 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 calledTransaction.abort.classThis exception is thrown when a call has been made to a method that should not be called when a transaction is in progress.classThis 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. -
Uses of ODMGRuntimeException in rasj
Subclasses of ODMGRuntimeException in rasjModifier and TypeClassDescriptionclassPURPOSE: This exception is raised when the connection to the RasDaMan server fails. -
Uses of ODMGRuntimeException in rasj.odmg
Methods in rasj.odmg that throw ODMGRuntimeException