Gemfire JavaDocs_test
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:
java.io.Serializable
public class OutOfOffHeapMemoryException extends CancelException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutOfOffHeapMemoryException()
Constructs anOutOfOffHeapMemoryError
with no detail message.OutOfOffHeapMemoryException(java.lang.String message)
Constructs anOutOfOffHeapMemoryError
with the specified detail message.
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
OutOfOffHeapMemoryException
public OutOfOffHeapMemoryException()
Constructs anOutOfOffHeapMemoryError
with no detail message.
-
OutOfOffHeapMemoryException
public OutOfOffHeapMemoryException(java.lang.String message)
Constructs anOutOfOffHeapMemoryError
with the specified detail message.- Parameters:
message
- the detail message.
-
-