Package com.hazelcast.memory
Class NativeOutOfMemoryError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.hazelcast.memory.NativeOutOfMemoryError
-
- All Implemented Interfaces:
java.io.Serializable
public class NativeOutOfMemoryError extends java.lang.Error
Thrown when Hazelcast cannot allocate required native memory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeOutOfMemoryError()
NativeOutOfMemoryError(java.lang.String message)
NativeOutOfMemoryError(java.lang.String message, java.lang.Throwable cause)
-