Package com.github.workerframework.api
Class JobNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.workerframework.api.WorkerException
com.github.workerframework.api.JobNotFoundException
- All Implemented Interfaces:
Serializable
Indicates that a job has not been found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobNotFoundException
(String message) JobNotFoundException
(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
-
JobNotFoundException
-
JobNotFoundException
-