Package org.apache.camel.support.task
Class TaskRunFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.support.task.TaskRunFailureException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionTaskRunFailureException
(String message, Throwable cause) TaskRunFailureException
(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
-
TaskRunFailureException
-
TaskRunFailureException
-