Class JobIdUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netflix.genie.agent.execution.exceptions.JobIdUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class JobIdUnavailableException extends java.lang.Exception
Exception thrown by AgentJobService when trying to reserve an ID that has already been used.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobIdUnavailableException(java.lang.String message)
Constructor with message.JobIdUnavailableException(java.lang.String message, java.lang.Throwable cause)
Constructor with message and cause.
-
-
-
Constructor Detail
-
JobIdUnavailableException
public JobIdUnavailableException(java.lang.String message)
Constructor with message.- Parameters:
message
- a message
-
JobIdUnavailableException
public JobIdUnavailableException(java.lang.String message, java.lang.Throwable cause)
Constructor with message and cause.- Parameters:
message
- a messagecause
- a cause
-
-