com.odi
Class DatabaseLockedException

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

public final class DatabaseLockedException
extends DatabaseException

Thrown when attempting to open a database that is locked by another process and NON_BLOCKING mode was specified in the open mode argument to open. NON_BLOCKING mode has meaning only in PSE/PSE Pro so OSJI never throws this exception.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.