db4o 2.5

com.db4o.ext
Class DatabaseFileLockedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.db4o.ext.DatabaseFileLockedException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseFileLockedException
extends java.lang.RuntimeException

this Exception is thrown during any of the db4o open calls if the database file is locked by another process.

See Also:
Db4o.openFile()., Serialized Form

Constructor Summary
DatabaseFileLockedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseFileLockedException

public DatabaseFileLockedException()

db4o 2.5