Class TaskAlreadyExistException

All Implemented Interfaces:
Serializable

public class TaskAlreadyExistException extends TaskanaException
This exception is thrown when a Task is going to be created, but a Task with the same external id does already exist.
See Also:
  • Field Details

  • Constructor Details

    • TaskAlreadyExistException

      public TaskAlreadyExistException(String externalId)
  • Method Details

    • getExternalId

      public String getExternalId()