Package org.apache.ignite.cache.query
Class QueryCancelledException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.ignite.IgniteCheckedException
- 
- org.apache.ignite.cache.query.QueryCancelledException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class QueryCancelledException extends IgniteCheckedException The exception is thrown if a query was cancelled or timed out while executing.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description QueryCancelledException()Default constructor.QueryCancelledException(String msg)
 - 
Method Summary- 
Methods inherited from class org.apache.ignite.IgniteCheckedExceptiongetCause, hasCause, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Field Detail- 
ERR_MSGpublic static final String ERR_MSG Error message.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
QueryCancelledExceptionpublic QueryCancelledException() Default constructor.
 - 
QueryCancelledExceptionpublic QueryCancelledException(String msg) - Parameters:
- msg- Error message.
 
 
- 
 
-