Package com.github.workerframework.api
Class InvalidTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.workerframework.api.WorkerException
com.github.workerframework.api.InvalidTaskException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInvalidTaskException
(String message) InvalidTaskException
(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
-
InvalidTaskException
-
InvalidTaskException
-