Package org.apache.geode
Class OutOfOffHeapMemoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.CacheRuntimeException
org.apache.geode.CancelException
org.apache.geode.OutOfOffHeapMemoryException
- All Implemented Interfaces:
Serializable
Indicates that attempts to allocate more objects in off-heap memory has failed and the Cache will
be closed to prevent it from losing distributed consistency.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anOutOfOffHeapMemoryErrorwith no detail message.OutOfOffHeapMemoryException(String message) Constructs anOutOfOffHeapMemoryErrorwith the specified detail message. -
Method Summary
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toStringMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OutOfOffHeapMemoryException
public OutOfOffHeapMemoryException()Constructs anOutOfOffHeapMemoryErrorwith no detail message. -
OutOfOffHeapMemoryException
Constructs anOutOfOffHeapMemoryErrorwith the specified detail message.- Parameters:
message- the detail message.
-