Class NativeOutOfMemoryError

java.lang.Object
java.lang.Throwable
java.lang.Error
com.hazelcast.memory.NativeOutOfMemoryError
All Implemented Interfaces:
Serializable

public class NativeOutOfMemoryError extends Error
Thrown when Hazelcast cannot allocate required native memory.
See Also:
  • Constructor Details

    • NativeOutOfMemoryError

      public NativeOutOfMemoryError()
    • NativeOutOfMemoryError

      public NativeOutOfMemoryError(String message)
    • NativeOutOfMemoryError

      public NativeOutOfMemoryError(String message, Throwable cause)