Package io.deephaven.engine.exceptions
Class CancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.engine.exceptions.CancellationException
- All Implemented Interfaces:
Serializable
UncheckedDeephavenException
used when an action is cancelled or interrupted.- See Also:
-
Constructor Summary
ConstructorDescriptionCancellationException
(String message) CancellationException
(String message, 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
-
CancellationException
-
CancellationException
-