Package com.adobe.granite.taskmanagement
Class TaskNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.granite.taskmanagement.TaskManagerException
com.adobe.granite.taskmanagement.TaskNotFoundException
- All Implemented Interfaces:
Serializable
TaskNotFoundException represents an error condition where a task could not
be located for a specific task ID.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskNotFoundException(String aTaskId) Creates a new instance of TaskNotFoundException. -
Method Summary
Methods inherited from class com.adobe.granite.taskmanagement.TaskManagerException
getMessage, getTaskId, setTaskIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskNotFoundException
Creates a new instance of TaskNotFoundException.- Parameters:
aTaskId- String containing the id of the task which could not be located.
-