Class TaskRejectedException

All Implemented Interfaces:
Serializable

public class TaskRejectedException extends WorkerException
Indicates that a task cannot be accepted right now, but that it should be retried at a later time.
See Also:
  • Constructor Details

    • TaskRejectedException

      public TaskRejectedException(String message)
    • TaskRejectedException

      public TaskRejectedException(String message, Throwable cause)