Class GenieJobAlreadyClaimedException
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.GenieJobAlreadyClaimedException
- All Implemented Interfaces:
 Serializable
Exception thrown when a job is already claimed in the system and another agent tries to claim it.
- Since:
 - 4.0.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructor.GenieJobAlreadyClaimedException(String message) Constructor.GenieJobAlreadyClaimedException(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
- 
GenieJobAlreadyClaimedException
public GenieJobAlreadyClaimedException()Constructor. - 
GenieJobAlreadyClaimedException
Constructor.- Parameters:
 message- The detail message
 - 
GenieJobAlreadyClaimedException
Constructor.- Parameters:
 message- The detail messagecause- The root cause of this exception
 - 
GenieJobAlreadyClaimedException
Constructor.- Parameters:
 cause- The root cause of this exception
 
 -