Package com.db4o.config
Class GlobalOnlyConfigException
- 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.config.GlobalOnlyConfigException
-
- All Implemented Interfaces:
java.io.Serializable
public class GlobalOnlyConfigException extends Db4oRecoverableException
db4o-specific exception.
This exception is thrown when a global configuration setting is attempted on an open object container.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description GlobalOnlyConfigException()
-