db4o 5.0

com.db4o.ext
Class DatabaseFileLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.ext.DatabaseFileLockedException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseFileLockedException
extends java.lang.RuntimeException

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), Serialized Form

Constructor Summary
DatabaseFileLockedException()
           
 
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

DatabaseFileLockedException

public DatabaseFileLockedException()

db4o 5.0