Class SchedulerException.InvalidInitialDelay
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.scheduler.exception.SchedulerException
dev.voidframework.scheduler.exception.SchedulerException.InvalidInitialDelay
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SchedulerException
Exception indicates that initial delay value is invalid.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.scheduler.exception.SchedulerException
SchedulerException.FixedDelayAndRateAreExclusive, SchedulerException.InvalidCronExpression, SchedulerException.InvalidFixedDelay, SchedulerException.InvalidFixedRate, SchedulerException.InvalidInitialDelay -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidInitialDelay
public InvalidInitialDelay(int initialDelay) Build a new instance.- Parameters:
initialDelay- The current initial delay
-