Package org.apache.ignite.cache.query
Class QueryRetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.IgniteException
-
- org.apache.ignite.cache.query.QueryRetryException
-
- All Implemented Interfaces:
Serializable
public class QueryRetryException extends IgniteException
The exception is thrown if a query was cancelled or timed out while executing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryRetryException(String tableName)
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
QueryRetryException
public QueryRetryException(String tableName)
- Parameters:
tableName
- Table name.
-
-