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
An exception thrown when a job is not found in the system.
- Since:
- 4.0.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor.JobNotFoundException(String message) Constructor.JobNotFoundException(String message, Throwable cause) Constructor.JobNotFoundException(Throwable cause) Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JobNotFoundExceptionpublic JobNotFoundException()Constructor.
- 
JobNotFoundExceptionConstructor.- Parameters:
- message- The detail message
 
- 
JobNotFoundExceptionConstructor.- Parameters:
- message- The detail message
- cause- The root cause of this exception
 
- 
JobNotFoundExceptionConstructor.- Parameters:
- cause- The root cause of this exception
 
 
-