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 @NotNull String message, @Nullable @Nullable Throwable t)