public class IllegalTaskState extends SchedulerException
This exception is thrown when an attempt to modify a task state is rejected because it it is not currently in a valid state.
For example: A cancelled task cannot be resumed.
Constructor and Description |
---|
IllegalTaskState() |
IllegalTaskState(java.lang.String s) |
IllegalTaskState(java.lang.String s,
java.lang.Throwable t) |
IllegalTaskState(java.lang.Throwable t) |
getCause