Package com.sleepycat.db
Class HeapFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.db.DatabaseException
com.sleepycat.db.HeapFullException
- All Implemented Interfaces:
Serializable
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:
-
Method Summary
Methods inherited from class com.sleepycat.db.DatabaseException
getEnvironment, getErrnoMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
toString
- Overrides:
toStringin classDatabaseException
-