Package com.db4o.ext
Class DatabaseReadOnlyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oRecoverableException
-
- com.db4o.ext.DatabaseReadOnlyException
-
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseReadOnlyException extends Db4oRecoverableException
db4o-specific exception.
This exception is thrown when a write operation is attempted on a database in a read-only mode.- See Also:
Configuration.readOnly(boolean)
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description DatabaseReadOnlyException()
-