Class RequestCancelledException

All Implemented Interfaces:
Serializable

public class RequestCancelledException extends UncheckedDeephavenException
This exception is used when a result cannot be returned because the request was cancelled.
See Also:
  • Constructor Details

    • RequestCancelledException

      public RequestCancelledException(@NotNull @NotNull String message)
    • RequestCancelledException

      public RequestCancelledException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)