Class QueryCancelledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.drill.exec.ops.QueryCancelledException
All Implemented Interfaces:
Serializable

public class QueryCancelledException extends RuntimeException
Indicates that an external source has cancelled the query. Thrown by the operator that detects the cancellation. Bubbles up the operator tree like other exceptions. However, this one tells the fragment executor that the exception is one that the fragment executor itself initiated and so should not be reported as an error.
See Also:
  • Constructor Details

    • QueryCancelledException

      public QueryCancelledException()