public class QueryExecutionTimeoutException extends CacheRuntimeException
Constructor and Description |
---|
QueryExecutionTimeoutException()
Creates a new instance of
QueryExecutionTimeoutException without detail message. |
QueryExecutionTimeoutException(java.lang.String msg)
Constructs an instance of
QueryExecutionTimeoutException with the specified detail
message. |
QueryExecutionTimeoutException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
QueryExecutionTimeoutException with the specified detail
message and cause. |
QueryExecutionTimeoutException(java.lang.Throwable cause)
Constructs an instance of
QueryExecutionTimeoutException with the specified cause. |
toString
getRootCause
public QueryExecutionTimeoutException()
QueryExecutionTimeoutException
without detail message.public QueryExecutionTimeoutException(java.lang.String msg)
QueryExecutionTimeoutException
with the specified detail
message.msg
- the detail message.public QueryExecutionTimeoutException(java.lang.String msg, java.lang.Throwable cause)
QueryExecutionTimeoutException
with the specified detail
message and cause.msg
- the detail messagecause
- the causal Throwablepublic QueryExecutionTimeoutException(java.lang.Throwable cause)
QueryExecutionTimeoutException
with the specified cause.cause
- the causal Throwable