Class QueryExecutionLowMemoryException

All Implemented Interfaces:
Serializable

public class QueryExecutionLowMemoryException extends CacheRuntimeException
Thrown when the query is executing and the critical heap percentage is met.
Since:
GemFire 7.0
See Also:
  • Constructor Details

    • QueryExecutionLowMemoryException

      public QueryExecutionLowMemoryException()
      Creates a new instance of QueryExecutionLowMemoryException without detail message.
    • QueryExecutionLowMemoryException

      public QueryExecutionLowMemoryException(String msg)
      Constructs an instance of QueryExecutionLowMemoryException with the specified detail message.
      Parameters:
      msg - the detail message.
    • QueryExecutionLowMemoryException

      public QueryExecutionLowMemoryException(String msg, Throwable cause)
      Constructs an instance of QueryExecutionLowMemoryException with the specified detail message and cause.
      Parameters:
      msg - the detail message
      cause - the causal Throwable
    • QueryExecutionLowMemoryException

      public QueryExecutionLowMemoryException(Throwable cause)
      Constructs an instance of QueryExecutionLowMemoryException with the specified cause.
      Parameters:
      cause - the causal Throwable