com.odi
Class IncompatibleOpenModeException

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

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.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.