Package io.deephaven.engine.exceptions
Class RequestCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.exceptions.RequestCancelledException
- All Implemented Interfaces:
Serializable
This exception is used when a result cannot be returned because the request was cancelled.
- See Also:
-
Constructor Summary
ConstructorDescriptionRequestCancelledException
(@NotNull String message) RequestCancelledException
(@NotNull String message, @NotNull Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestCancelledException
-
RequestCancelledException
-