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

      • ConcurrencyException

        public ConcurrencyException​(String entityId)
    • Method Detail

      • getEntityId

        public String getEntityId()