Class FlowableTaskAlreadyClaimedException

All Implemented Interfaces:
Serializable

@Deprecated public class FlowableTaskAlreadyClaimedException extends FlowableTaskAlreadyClaimedException
This exception is thrown when you try to claim a task that is already claimed by someone else.
Author:
Jorg Heymans, Falko Menge
See Also:
  • Constructor Details

    • FlowableTaskAlreadyClaimedException

      public FlowableTaskAlreadyClaimedException(String taskId, String taskAssignee)
      Deprecated.