Class TaskanaHistoryEventNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pro.taskana.common.api.exceptions.TaskanaException
pro.taskana.spi.history.api.exceptions.TaskanaHistoryEventNotFoundException
All Implemented Interfaces:
Serializable

public class TaskanaHistoryEventNotFoundException extends TaskanaException
This exception is thrown when the TaskHistoryEvent with the specified id was not found.
See Also:
  • Field Details

  • Constructor Details

    • TaskanaHistoryEventNotFoundException

      public TaskanaHistoryEventNotFoundException(String historyEventId)
  • Method Details

    • getHistoryEventId

      public String getHistoryEventId()