com.db4o.ext
Class DatabaseFileLockedException
java.lang.Object
ChainedRuntimeException
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)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseFileLockedException
public DatabaseFileLockedException(java.lang.String databaseDescription)
DatabaseFileLockedException
public DatabaseFileLockedException(java.lang.String databaseDescription,
java.lang.Exception cause)
databaseDescription
public java.lang.String databaseDescription()