Gemfire JavaDocs_test
Package org.apache.geode.cache.query
Class QueryExecutionLowMemoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.CacheRuntimeException
-
- org.apache.geode.cache.query.QueryExecutionLowMemoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryExecutionLowMemoryException extends CacheRuntimeException
Thrown when the query is executing and the critical heap percentage is met.
-
-
Constructor Summary
Constructors Constructor Description QueryExecutionLowMemoryException()
Creates a new instance ofQueryExecutionLowMemoryException
without detail message.QueryExecutionLowMemoryException(java.lang.String msg)
Constructs an instance ofQueryExecutionLowMemoryException
with the specified detail message.QueryExecutionLowMemoryException(java.lang.String msg, java.lang.Throwable cause)
Constructs an instance ofQueryExecutionLowMemoryException
with the specified detail message and cause.QueryExecutionLowMemoryException(java.lang.Throwable cause)
Constructs an instance ofQueryExecutionLowMemoryException
with the specified cause.
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
QueryExecutionLowMemoryException
public QueryExecutionLowMemoryException()
Creates a new instance ofQueryExecutionLowMemoryException
without detail message.
-
QueryExecutionLowMemoryException
public QueryExecutionLowMemoryException(java.lang.String msg)
Constructs an instance ofQueryExecutionLowMemoryException
with the specified detail message.- Parameters:
msg
- the detail message.
-
QueryExecutionLowMemoryException
public QueryExecutionLowMemoryException(java.lang.String msg, java.lang.Throwable cause)
Constructs an instance ofQueryExecutionLowMemoryException
with the specified detail message and cause.- Parameters:
msg
- the detail messagecause
- the causal Throwable
-
QueryExecutionLowMemoryException
public QueryExecutionLowMemoryException(java.lang.Throwable cause)
Constructs an instance ofQueryExecutionLowMemoryException
with the specified cause.- Parameters:
cause
- the causal Throwable
-
-