Class GenieClusterNotFoundException
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.GenieClusterNotFoundException
- All Implemented Interfaces:
 Serializable
An exception to represent the case where a cluster 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.GenieClusterNotFoundException(String message) Constructor.GenieClusterNotFoundException(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
- 
GenieClusterNotFoundException
public GenieClusterNotFoundException()Constructor. - 
GenieClusterNotFoundException
Constructor.- Parameters:
 message- The detail message
 - 
GenieClusterNotFoundException
Constructor.- Parameters:
 message- The detail messagecause- The root cause of this exception
 - 
GenieClusterNotFoundException
Constructor.- Parameters:
 cause- The root cause of this exception
 
 -