DatabaseMaximumSizeReachedException |
public class DatabaseMaximumSizeReachedException extends Db4oException (Code) |
| 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: com.db4o.config.Configuration.blockSize(int) |