db4o 6.3

com.db4o
Class DatabaseClosedException

java.lang.Object
  extended by ChainedRuntimeException
      extended by com.db4o.ext.Db4oException
          extended by com.db4o.DatabaseClosedException

public class DatabaseClosedException
extends Db4oException

db4o-specific exception.

This exception is thrown when the object container required for the current operation was closed or failed to open.

See Also:
Db4o.openFile(java.lang.String), ObjectContainer.close()

Constructor Summary
DatabaseClosedException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseClosedException

public DatabaseClosedException()

db4o 6.3