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 Summary
Constructors Constructor Description QueryCancelledException()
Default constructor.QueryCancelledException(String msg)
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
ERR_MSG
public static final String ERR_MSG
Error message.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
QueryCancelledException
public QueryCancelledException()
Default constructor.
-
QueryCancelledException
public QueryCancelledException(String msg)
- Parameters:
msg
- Error message.
-
-