|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.query.QueryExecutionLowMemoryException
public class QueryExecutionLowMemoryException
Thrown when the query is executing and the critical heap percentage is met.
ResourceManager.setCriticalHeapPercentage(float),
If critical heap percentage is set, the query monitor can be disabled
from sending out QueryExecutionLowMemoryExeceptions at the risk of
a query exhausting all memory.,
Serialized Form| Constructor Summary | |
|---|---|
QueryExecutionLowMemoryException()
Creates a new instance of QueryExecutionLowMemoryException without detail message. |
|
QueryExecutionLowMemoryException(String msg)
Constructs an instance of QueryExecutionLowMemoryException with the specified detail message. |
|
QueryExecutionLowMemoryException(String msg,
Throwable cause)
Constructs an instance of QueryExecutionLowMemoryException with the specified detail message
and cause. |
|
QueryExecutionLowMemoryException(Throwable cause)
Constructs an instance of QueryExecutionLowMemoryException with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
toString |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExecutionLowMemoryException()
QueryExecutionLowMemoryException without detail message.
public QueryExecutionLowMemoryException(String msg)
QueryExecutionLowMemoryException with the specified detail message.
msg - the detail message.
public QueryExecutionLowMemoryException(String msg,
Throwable cause)
QueryExecutionLowMemoryException with the specified detail message
and cause.
msg - the detail messagecause - the causal Throwablepublic QueryExecutionLowMemoryException(Throwable cause)
QueryExecutionLowMemoryException with the specified cause.
cause - the causal Throwable
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||