Class DuplicateTaskOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.scheduler.exceptions.SchedulerException
rife.scheduler.exceptions.TaskOptionManagerException
rife.scheduler.taskoptionmanagers.exceptions.DuplicateTaskOptionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionDuplicateTaskOptionException
(int taskid, String taskoptionName) DuplicateTaskOptionException
(int taskid, String taskoptionName, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateTaskOptionException
-
DuplicateTaskOptionException
-
-
Method Details
-
getTaskID
public int getTaskID() -
getTaskOptionName
-