Class ConcurrencyException

All Implemented Interfaces:
Serializable

public class ConcurrencyException extends TaskanaException
This exception is thrown when an attempt is made to update an object that has already been updated by another user.
See Also:
  • Field Details

  • Constructor Details

    • ConcurrencyException

      public ConcurrencyException(String entityId)
  • Method Details

    • getEntityId

      public String getEntityId()