Package top.focess.qq.api.schedule
Class TaskNotFoundError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- top.focess.qq.api.schedule.TaskNotFoundError
-
- All Implemented Interfaces:
Serializable
public class TaskNotFoundError extends Error
Thrown to indicate that the task is not found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskNotFoundError(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
-
TaskNotFoundError
public TaskNotFoundError(@NotNull Task task)Constructs a TaskNotFoundException- Parameters:
task- the task
-
-