Class QueryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryTimeoutException

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

    • QueryException

      public QueryException(String message)
    • QueryException

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