Package rife.scheduler.exceptions
Class TaskOptionManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.scheduler.exceptions.SchedulerException
rife.scheduler.exceptions.TaskOptionManagerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AddTaskOptionErrorException
,DuplicateTaskOptionException
,GetTaskOptionErrorException
,GetTaskOptionsErrorException
,InexistentTaskIdException
,InstallTaskOptionsErrorException
,RemoveTaskOptionErrorException
,RemoveTaskOptionsErrorException
,UpdateTaskOptionErrorException
- See Also:
-
Constructor Summary
ConstructorDescriptionTaskOptionManagerException
(String message) TaskOptionManagerException
(String message, 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
-
TaskOptionManagerException
-
TaskOptionManagerException
-
TaskOptionManagerException
-