Class GridOffHeapOutOfMemoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.util.offheap.GridOffHeapOutOfMemoryException
All Implemented Interfaces:
Serializable

public class GridOffHeapOutOfMemoryException extends RuntimeException
Thrown when memory could not be allocated.
See Also:
  • Constructor Details

    • GridOffHeapOutOfMemoryException

      public GridOffHeapOutOfMemoryException(long size)
      Constructs out of memory exception.
      Parameters:
      size - Size that could not be allocated.
    • GridOffHeapOutOfMemoryException

      public GridOffHeapOutOfMemoryException(long total, long size)
      Constructs out of memory exception.
      Parameters:
      total - Total allocated memory.
      size - Size that could not be allocated.
  • Method Details