Class QueryUnsupportedException

All Implemented Interfaces:
Serializable, SanitizableException

public class QueryUnsupportedException extends QueryException
This exception is for the query engine to surface when a query cannot be run. This can be due to the following reasons: 1) The query is not supported yet. 2) The query is not something Druid would ever supports. For these cases, the exact causes and details should also be documented in Druid user facing documents.

As a QueryException it is expected to be serialized to a json response with a proper HTTP error code (STATUS_CODE).

See Also:
  • Field Details

  • Constructor Details

    • QueryUnsupportedException

      public QueryUnsupportedException(@Nullable String errorCode, String errorMessage, @Nullable String errorClass, @Nullable String host)
    • QueryUnsupportedException

      public QueryUnsupportedException(String errorMessage)