Class TaskNotFoundException

All Implemented Interfaces:
Serializable

public class TaskNotFoundException extends TaskanaException
This exception is thrown when a specific Task is not in the database.
See Also:
  • Field Details

  • Constructor Details

    • TaskNotFoundException

      public TaskNotFoundException(String taskId)
  • Method Details

    • getTaskId

      public String getTaskId()