Class TaskRunFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.support.task.TaskRunFailureException
All Implemented Interfaces:
Serializable

public class TaskRunFailureException extends RuntimeException
Special exception to signal that a task run failed, but the task should continue on next attempt, to allow providing information to the user what went wrong on the last run.
See Also:
  • Constructor Details

    • TaskRunFailureException

      public TaskRunFailureException(String message, Throwable cause)
    • TaskRunFailureException

      public TaskRunFailureException(Throwable cause)