db4o 6.3

com.db4o
Class DatabaseMaximumSizeReachedException

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

public class DatabaseMaximumSizeReachedException
extends Db4oException

db4o-specific exception.

This exception is thrown when the database file reaches the maximum allowed size. Upon throwing the exception the database is switched to the read-only mode.
The maximum database size is configurable and can reach up to 254GB.

See Also:
Configuration.blockSize(int)

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

Constructor Detail

DatabaseMaximumSizeReachedException

public DatabaseMaximumSizeReachedException()

db4o 6.3