Package org.odmg

Class ODMGRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassNotPersistenceCapableException, DatabaseClosedException, DatabaseIsReadOnlyException, LockNotGrantedException, NotImplementedException, ObjectDeletedException, ObjectNotPersistentException, RasConnectionFailedException, TransactionAbortedException, TransactionInProgressException, TransactionNotInProgressException

public class ODMGRuntimeException extends RuntimeException
This is the base class for all RuntimeExceptions thrown by an ODMG implementation.
Author:
David Jordan (as Java Editor of the Object Data Management Group)
See Also:
  • Constructor Details

    • ODMGRuntimeException

      public ODMGRuntimeException()
      Construct an instance of the exception.
    • ODMGRuntimeException

      public ODMGRuntimeException(String msg)
      Construct an instance of the exception with the specified message.
      Parameters:
      msg - The message associated with the exception.