Package top.focess.qq.api.exceptions
Class TaskNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.exceptions.TaskNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TaskNotFoundException extends RuntimeException
Thrown to indicate that the task is not found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskNotFoundException(Task task)Constructs a TaskNotFoundException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TaskNotFoundException
public TaskNotFoundException(Task task)
Constructs a TaskNotFoundException- Parameters:
task- the task
-
-