Class HeapFullException

All Implemented Interfaces:
Serializable

public class HeapFullException extends DatabaseException
A HeapFullException is thrown when an attempt was made to add or update a record in a Heap database. However, the size of the database was constrained using DatabaseConfig.setHeapsize, and that limit has been reached.
See Also: