Class COM.odi.IncompatibleOpenModeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.odi.ObjectStoreException
|
+----COM.odi.odmg.ODMGException
|
+----COM.odi.DatabaseException
|
+----COM.odi.IncompatibleOpenModeException
- public final class IncompatibleOpenModeException
- extends DatabaseException
Thrown when an attempt is made to open a database that is already open, but with
an incompatible open mode.
You can invoke
Database.getOpenMode()
to determine the open mode of the database.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.