Package com.github.workerframework.api
Class TaskRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.workerframework.api.WorkerException
com.github.workerframework.api.TaskRejectedException
- All Implemented Interfaces:
Serializable
Indicates that a task cannot be accepted right now, but that it should be retried at a later time.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskRejectedException
(String message) TaskRejectedException
(String message, 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
-
TaskRejectedException
-
TaskRejectedException
-