Class GenieJobAlreadyClaimedException

All Implemented Interfaces:
Serializable

public class GenieJobAlreadyClaimedException extends GenieRuntimeException
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 Details

    • GenieJobAlreadyClaimedException

      public GenieJobAlreadyClaimedException()
      Constructor.
    • GenieJobAlreadyClaimedException

      public GenieJobAlreadyClaimedException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • GenieJobAlreadyClaimedException

      public GenieJobAlreadyClaimedException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • GenieJobAlreadyClaimedException

      public GenieJobAlreadyClaimedException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception