|
GemFire 6.6.1 | ||||||||
| 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.QueryExecutionTimeoutException
public class QueryExecutionTimeoutException
Thrown when the query execution takes more than the specified max time. The Max query execution time is set using the system variable gemfire.Cache.MAX_QUERY_EXECUTION_TIME.
| Constructor Summary | |
|---|---|
QueryExecutionTimeoutException()
Creates a new instance of QueryExecutionTimeoutException without detail message. |
|
QueryExecutionTimeoutException(String msg)
Constructs an instance of QueryExecutionTimeoutException with the specified detail message. |
|
QueryExecutionTimeoutException(String msg,
Throwable cause)
Constructs an instance of QueryExecutionTimeoutException with the specified detail message
and cause. |
|
QueryExecutionTimeoutException(Throwable cause)
Constructs an instance of QueryExecutionTimeoutException 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 QueryExecutionTimeoutException()
QueryExecutionTimeoutException without detail message.
public QueryExecutionTimeoutException(String msg)
QueryExecutionTimeoutException with the specified detail message.
msg - the detail message.
public QueryExecutionTimeoutException(String msg,
Throwable cause)
QueryExecutionTimeoutException with the specified detail message
and cause.
msg - the detail messagecause - the causal Throwablepublic QueryExecutionTimeoutException(Throwable cause)
QueryExecutionTimeoutException with the specified cause.
cause - the causal Throwable
|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||