JavaScript is disabled on your browser.
Berkeley DB version 18.1.32
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable
public class SHeapFullException
extends SDatabaseException
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
Constructor Summary
Constructors
Constructor and Description
SHeapFullException (java.lang.String message,
int errno)
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Berkeley DB version 18.1.32
Detail:
Field |
Constr |
Method
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.