public class QueryExecutionTimeoutException extends CacheRuntimeException
Constructor and Description |
---|
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. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
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