Class JobNotFoundException

All Implemented Interfaces:
Serializable

public class JobNotFoundException extends JetException
Thrown when a job could not be found on the master node
Since:
Jet 3.0
See Also:
  • Constructor Details

    • JobNotFoundException

      public JobNotFoundException(long jobId)
    • JobNotFoundException

      public JobNotFoundException(String message)
    • JobNotFoundException

      public JobNotFoundException(String message, Throwable cause)