db4o 6.1

com.db4o.ext
Class DatabaseFileLockedException

java.lang.Object
  extended by ChainedRuntimeException
      extended by com.db4o.ext.DatabaseFileLockedException

public class DatabaseFileLockedException
extends ChainedRuntimeException

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

See Also:
Db4o.openFile(java.lang.String)

Constructor Summary
DatabaseFileLockedException(java.lang.String databaseDescription)
           
DatabaseFileLockedException(java.lang.String databaseDescription, java.lang.Exception cause)
           
 
Method Summary
 java.lang.String databaseDescription()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseFileLockedException

public DatabaseFileLockedException(java.lang.String databaseDescription)

DatabaseFileLockedException

public DatabaseFileLockedException(java.lang.String databaseDescription,
                                   java.lang.Exception cause)
Method Detail

databaseDescription

public java.lang.String databaseDescription()

db4o 6.1