db4o 6.3

com.db4o
Class DatabaseReadOnlyException

java.lang.Object
  extended by ChainedRuntimeException
      extended by com.db4o.ext.Db4oException
          extended by com.db4o.DatabaseReadOnlyException

public class DatabaseReadOnlyException
extends Db4oException

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)

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

Constructor Detail

DatabaseReadOnlyException

public DatabaseReadOnlyException()

db4o 6.3