Class TaskNotFoundException

All Implemented Interfaces:
Serializable

public class TaskNotFoundException extends NotFoundException
See Also:
  • Field Details

  • Constructor Details

    • TaskNotFoundException

      public TaskNotFoundException(String taskId, Throwable cause)
    • TaskNotFoundException

      public TaskNotFoundException(String taskId)
  • Method Details

    • getTaskId

      public String getTaskId()