Class InvalidTaskException

All Implemented Interfaces:
Serializable

public class InvalidTaskException extends WorkerException
Indicates this task is fundamentally flawed in some manner, and is likely an error situation that would not be resolved through retrying.
See Also:
  • Constructor Details

    • InvalidTaskException

      public InvalidTaskException(String message)
    • InvalidTaskException

      public InvalidTaskException(String message, Throwable cause)