Package com.qtsurfer.api.sdk.errors
Class QTSCanceledError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.qtsurfer.api.sdk.errors.QTSError
com.qtsurfer.api.sdk.errors.QTSCanceledError
- All Implemented Interfaces:
Serializable
Thrown when the workflow is canceled by the caller (e.g.
CompletableFuture#cancel).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQTSCanceledError(String message) QTSCanceledError(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
-
QTSCanceledError
-
QTSCanceledError
-