Uses of Class
org.odmg.ODMGRuntimeException

Packages that use ODMGRuntimeException
org.apache.ojb.odmg   
org.odmg   
 

Uses of ODMGRuntimeException in org.apache.ojb.odmg
 

Subclasses of ODMGRuntimeException in org.apache.ojb.odmg
 class TransactionAbortedExceptionOJB
          This specialised exception allows us to capture the cause of an ODMG TransactionAbortedException.
 

Uses of ODMGRuntimeException in org.odmg
 

Subclasses of ODMGRuntimeException in org.odmg
 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.
 



Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.