|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.db4o.foundation.ChainedRuntimeException
com.db4o.ext.Db4oException
com.db4o.ext.DatabaseFileLockedException
public class DatabaseFileLockedException
db4o-specific exception.
this Exception is thrown during any of the db4o open calls
if the database file is locked by another process.
Db4o.openFile(java.lang.String)
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException |
---|
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin |
Constructor Summary | |
---|---|
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 |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |