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:
    Serialized Form
    • Constructor Detail

      • FlowableTaskAlreadyClaimedException

        public FlowableTaskAlreadyClaimedException​(String taskId,
                                                   String taskAssignee)
    • Method Detail

      • getTaskId

        public String getTaskId()
      • getTaskAssignee

        public String getTaskAssignee()