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 SummaryConstructors Constructor Description QueryRetryException(String tableName)
 - 
Method Summary- 
Methods inherited from class org.apache.ignite.IgniteExceptiongetCause, hasCause, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
QueryRetryExceptionpublic QueryRetryException(String tableName) - Parameters:
- tableName- Table name.
 
 
- 
 
-