public class DatabaseFileLockedException extends Db4oFatalException
ChainedRuntimeException.ChainedRuntimeExceptionMixin| Constructor and Description |
|---|
DatabaseFileLockedException(java.lang.String databaseDescription)
Constructor with a database description message
|
DatabaseFileLockedException(java.lang.String databaseDescription,
java.lang.Throwable cause)
Constructor with a database description and cause exception
|
public DatabaseFileLockedException(java.lang.String databaseDescription)
databaseDescription - message, which can help to identify the databasepublic DatabaseFileLockedException(java.lang.String databaseDescription,
java.lang.Throwable cause)
databaseDescription - database descriptioncause - previous exception caused DatabaseFileLockedException