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 Summary
ConstructorDescriptionJobReservationException
(String message) Constructor with message.JobReservationException
(String message, Throwable cause) Constructor with message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobReservationException
Constructor with message.- Parameters:
message
- a message
-
JobReservationException
Constructor with message and cause.- Parameters:
message
- a messagecause
- a cause
-