com.odi
Class DatabaseOpenException

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.DatabaseOpenException
All Implemented Interfaces:
Serializable

public final class DatabaseOpenException
extends DatabaseException

Thrown when an attempt is made to call an entrypoint with an open database that expects a closed database. You can invoke Database.isOpen() to determine whether or not a database is open.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.