类 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

        public NonRetryableException​(String message)
      • NonRetryableException

        public NonRetryableException​(String message,
                                     Throwable cause)
      • NonRetryableException

        public NonRetryableException​(Throwable cause)