db4o 8.0

com.db4o.config
Class GlobalOnlyConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.foundation.ChainedRuntimeException
                  extended by com.db4o.ext.Db4oException
                      extended by com.db4o.ext.Db4oRecoverableException
                          extended by 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.

See Also:
Configuration.blockSize(int), Configuration.encrypt(boolean), Configuration.io(com.db4o.io.IoAdapter), Configuration.password(String), Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin
 
Constructor Summary
GlobalOnlyConfigException()
           
 
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

GlobalOnlyConfigException

public GlobalOnlyConfigException()

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.