Package com.hazelcast.memory
Class NativeOutOfMemoryError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.hazelcast.memory.NativeOutOfMemoryError
- All Implemented Interfaces:
Serializable
Thrown when Hazelcast cannot allocate required native memory.
- See Also:
-
Constructor Summary
ConstructorDescriptionNativeOutOfMemoryError
(String message) NativeOutOfMemoryError
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeOutOfMemoryError
public NativeOutOfMemoryError() -
NativeOutOfMemoryError
-
NativeOutOfMemoryError
-