Class TaskAlreadyExistException

  • All Implemented Interfaces:
    Serializable

    public class TaskAlreadyExistException
    extends TaskanaException
    Thrown when a Task is going to be created, but a Task with the same ID does already exist. The Task ID should be unique.
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskAlreadyExistException

        public TaskAlreadyExistException​(String id)