db4o 6.3

com.db4o.config
Class GlobalOnlyConfigException

java.lang.Object
  extended by ChainedRuntimeException
      extended by com.db4o.ext.Db4oException
          extended by com.db4o.config.GlobalOnlyConfigException

public class GlobalOnlyConfigException
extends Db4oException

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)

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

Constructor Detail

GlobalOnlyConfigException

public GlobalOnlyConfigException()

db4o 6.3