Class JobNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.web.exceptions.checked.JobNotFoundException
All Implemented Interfaces:
Serializable

public class JobNotFoundException extends com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
An exception thrown when a job is not found in the system.
Since:
4.0.0
See Also:
  • Constructor Details

    • JobNotFoundException

      public JobNotFoundException()
      Constructor.
    • JobNotFoundException

      public JobNotFoundException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • JobNotFoundException

      public JobNotFoundException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • JobNotFoundException

      public JobNotFoundException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception