Package com.hazelcast.jet.core
Class JobNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.jet.JetException
com.hazelcast.jet.core.JobNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a job could not be found on the master node
- Since:
- Jet 3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionJobNotFoundException
(long jobId) JobNotFoundException
(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
public JobNotFoundException(long jobId) -
JobNotFoundException
-
JobNotFoundException
-