Class GenieJobNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.genie.common.internal.exceptions.unchecked.GenieRuntimeException
com.netflix.genie.common.internal.exceptions.unchecked.GenieJobNotFoundException
- All Implemented Interfaces:
 Serializable
An exception to represent the case where a job was expected to exist (e.g. saving a job specification for a job) but
 it didn't.
- Since:
 - 4.0.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructor.GenieJobNotFoundException(String message) Constructor.GenieJobNotFoundException(String message, Throwable cause) Constructor.Constructor. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
GenieJobNotFoundException
public GenieJobNotFoundException()Constructor. - 
GenieJobNotFoundException
Constructor.- Parameters:
 message- The detail message
 - 
GenieJobNotFoundException
Constructor.- Parameters:
 message- The detail messagecause- The root cause of this exception
 - 
GenieJobNotFoundException
Constructor.- Parameters:
 cause- The root cause of this exception
 
 -