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 SummaryConstructorsConstructorDescriptionConstructor.GenieJobNotFoundException(String message) Constructor.GenieJobNotFoundException(String message, Throwable cause) Constructor.Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GenieJobNotFoundExceptionpublic GenieJobNotFoundException()Constructor.
- 
GenieJobNotFoundExceptionConstructor.- Parameters:
- message- The detail message
 
- 
GenieJobNotFoundExceptionConstructor.- Parameters:
- message- The detail message
- cause- The root cause of this exception
 
- 
GenieJobNotFoundExceptionConstructor.- Parameters:
- cause- The root cause of this exception
 
 
-