Package com.db4o.ext
Class DatabaseClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oFatalException
-
- com.db4o.ext.DatabaseClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseClosedException extends Db4oFatalException
db4o-specific exception.
This exception is thrown when the object container required for the current operation was closed or failed to open.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description DatabaseClosedException()
-