Class FlowableTaskAlreadyClaimedException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class FlowableTaskAlreadyClaimedException
    extends org.flowable.common.engine.api.FlowableTaskAlreadyClaimedException
    Deprecated.
    use 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:
    Serialized Form
    • Constructor Detail

      • FlowableTaskAlreadyClaimedException

        public FlowableTaskAlreadyClaimedException​(String taskId,
                                                   String taskAssignee)
        Deprecated.