com.odi
Class DatabaseNotOpenException

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
                          extended bycom.odi.odmg.DatabaseClosedException
                              extended bycom.odi.DatabaseNotOpenException
All Implemented Interfaces:
Serializable

public final class DatabaseNotOpenException
extends DatabaseClosedException

Thrown when an attempt is made to call an entrypoint with a closed database that expects an open database. You can invoke Database.isOpen() to determine whether or not a database is open. Extends com.odi.odmg.DatabaseClosedException to fit into the ODMG exception heirachy.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.