Package com.github.workerframework.api
Class InvalidJobTaskIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.workerframework.api.WorkerException
com.github.workerframework.api.InvalidJobTaskIdException
- All Implemented Interfaces:
Serializable
Indicates that a job task identifier, used in job tracking, has an invalid format.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidJobTaskIdException
(String message) InvalidJobTaskIdException
(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
-
InvalidJobTaskIdException
-
InvalidJobTaskIdException
-