com.ibm.websphere.scheduler
Class IllegalTaskState
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.scheduler.SchedulerException
com.ibm.websphere.scheduler.IllegalTaskState
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalTaskState
- extends SchedulerException
Invalid operation for current task state.
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.
- Since:
- 5.0
- Version:
- 5.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalTaskState
public IllegalTaskState()
IllegalTaskState
public IllegalTaskState(java.lang.String s)
IllegalTaskState
public IllegalTaskState(java.lang.Throwable t)
IllegalTaskState
public IllegalTaskState(java.lang.String s,
java.lang.Throwable t)