Class IgniteOutOfMemoryException

All Implemented Interfaces:
Serializable

public class IgniteOutOfMemoryException extends IgniteException
See Also:
  • Constructor Details

    • IgniteOutOfMemoryException

      public IgniteOutOfMemoryException()
    • IgniteOutOfMemoryException

      public IgniteOutOfMemoryException(String msg)
      Parameters:
      msg - Error message.
    • IgniteOutOfMemoryException

      public IgniteOutOfMemoryException(String msg, IOException e)
      Parameters:
      msg - Error message.
      e - Cause exception.