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
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:
- Serialized Form
toString
public String toString()
-
- Overrides:
toString
in class DatabaseException
Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.