Class GridOffHeapOutOfMemoryException

    • Constructor Detail

      • 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.