Class IgniteOutOfMemoryException

    • Constructor Detail

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