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:
    Serialized Form
    • Constructor Detail

      • 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.