| com.db4o.ext.Db4oException com.db4o.DatabaseFileLockedException
DatabaseFileLockedException | public class DatabaseFileLockedException extends Db4oException (Code) | | db4o-specific exception.
this Exception is thrown during any of the db4o open calls
if the database file is locked by another process.
See Also: com.db4o.Db4o.openFile |
DatabaseFileLockedException | public DatabaseFileLockedException(String databaseDescription)(Code) | | Constructor with a database description message
Parameters: databaseDescription - message, which can help to identify the database |
DatabaseFileLockedException | public DatabaseFileLockedException(String databaseDescription, Throwable cause)(Code) | | Constructor with a database description and cause exception
Parameters: databaseDescription - database description Parameters: cause - previous exception caused DatabaseFileLockedException |
|
|