Class COM.odi.DatabaseOpenException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.odi.ObjectStoreException
|
+----COM.odi.odmg.ODMGException
|
+----COM.odi.DatabaseException
|
+----COM.odi.DatabaseOpenException
- 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.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.