类 NonRetryableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.feiliu.taskflow.sdk.workflow.executor.task.NonRetryableException
-
- 所有已实现的接口:
Serializable
public class NonRetryableException extends RuntimeException
Runtime exception indicating the non-retriable error with the task execution. If thrown, the task will fail with FAILED_WITH_TERMINAL_ERROR and will not kick off retries.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 NonRetryableException(String message)
NonRetryableException(String message, Throwable cause)
NonRetryableException(Throwable cause)
-
方法概要
-