Class FlowableTaskAlreadyClaimedException

All Implemented Interfaces:
Serializable

public class FlowableTaskAlreadyClaimedException extends FlowableException
This exception is thrown when you try to claim a task that is already claimed by someone else.
Author:
Tijs Rademakers
See Also:
  • Constructor Details

    • FlowableTaskAlreadyClaimedException

      public FlowableTaskAlreadyClaimedException(String taskId, String taskAssignee)
  • Method Details

    • getTaskId

      public String getTaskId()
    • getTaskAssignee

      public String getTaskAssignee()