Package rife.scheduler.exceptions
Class TaskManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.scheduler.exceptions.SchedulerException
rife.scheduler.exceptions.TaskManagerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActivateTaskErrorException
,AddTaskErrorException
,ConcludeTaskErrorException
,DeactivateTaskErrorException
,GetAllTasksErrorException
,GetScheduledTasksErrorException
,GetTaskErrorException
,GetTaskIdErrorException
,GetTasksToProcessErrorException
,InstallTasksErrorException
,RemoveTaskErrorException
,RemoveTasksErrorException
,RescheduleTaskErrorException
,UpdateTaskErrorException
- See Also:
-
Constructor Summary
ConstructorDescriptionTaskManagerException
(String message) TaskManagerException
(String message, Throwable cause) TaskManagerException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskManagerException
-
TaskManagerException
-
TaskManagerException
-