Class QTSCanceledError

All Implemented Interfaces:
Serializable

public class QTSCanceledError extends QTSError
Thrown when the workflow is canceled by the caller (e.g. CompletableFuture#cancel).
See Also:
  • Constructor Details

    • QTSCanceledError

      public QTSCanceledError(String message)
    • QTSCanceledError

      public QTSCanceledError(String message, Throwable cause)