Class QueryTimeoutException

All Implemented Interfaces:
Serializable, SanitizableException

public class QueryTimeoutException extends QueryException
This exception is thrown when a query does not finish before the configured query timeout. TimeoutException exceptions encountered during the lifecycle of a query are rethrown as this exception.

As a QueryException, it is expected to be serialized to a json response, but will be mapped to STATUS_CODE instead of the default HTTP 500 status.

See Also:
  • Field Details

  • Constructor Details

    • QueryTimeoutException

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

      public QueryTimeoutException()
    • QueryTimeoutException

      public QueryTimeoutException(String errorMessage)
    • QueryTimeoutException

      public QueryTimeoutException(String errorMessage, String host)