com.odi
Class DatabaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.odmg.ODMGException
                      extended bycom.odi.DatabaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessViolationException, DatabaseAlreadyExistsException, DatabaseClosedException, DatabaseFormatException, DatabaseIsReadOnlyException, DatabaseLockedException, DatabaseNotAffiliatedException, DatabaseNotFoundException, DatabaseOpenException, IncompatibleOpenModeException, ObjectNameNotFoundException, ObjectNameNotUniqueException

public class DatabaseException
extends ODMGException

A superclass of all exceptions related to databases and the class of exception thrown for miscellaneous database problems that do not need to be handled programmatically. Extends com.odi.odmg.ODMGException to fit into the ODMG exception heirachy.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.