Class TaskNotFoundException

All Implemented Interfaces:
Serializable

public class TaskNotFoundException extends TaskManagerException
TaskNotFoundException represents an error condition where a task could not be located for a specific task ID.
See Also:
  • Constructor Details

    • TaskNotFoundException

      public TaskNotFoundException(String aTaskId)
      Creates a new instance of TaskNotFoundException.
      Parameters:
      aTaskId - String containing the id of the task which could not be located.