Class JobNotFoundException

All Implemented Interfaces:
Serializable

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

    • JobNotFoundException

      public JobNotFoundException​(long jobId)
    • JobNotFoundException

      public JobNotFoundException​(String message)
    • JobNotFoundException

      public JobNotFoundException​(String message, Throwable cause)