Class QueryTimeoutException

All Implemented Interfaces:
Serializable

public class QueryTimeoutException extends QueryException
A RuntimeException specifically indicating that an error arose while executing a Deephaven query.
See Also:
  • Constructor Details

    • QueryTimeoutException

      public QueryTimeoutException(String message)
    • QueryTimeoutException

      public QueryTimeoutException(@NotNull String message, @Nullable Throwable t)