Class TaskNotFoundException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      TaskNotFoundException​(java.lang.String aTaskId)
      Creates a new instance of TaskNotFoundException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TaskNotFoundException

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