Class JobReservationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.JobReservationException
- All Implemented Interfaces:
- Serializable
Failure to reserve a job id for reasons other than the specified job id being already used.
- Since:
- 4.0.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionJobReservationException(String message) Constructor with message.JobReservationException(String message, Throwable cause) Constructor with message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JobReservationExceptionConstructor with message.- Parameters:
- message- a message
 
- 
JobReservationExceptionConstructor with message and cause.- Parameters:
- message- a message
- cause- a cause
 
 
-