IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.scheduler
Class IllegalTaskState

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.scheduler.SchedulerException
              extended by 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

Constructor Summary
IllegalTaskState()
           
IllegalTaskState(java.lang.String s)
           
IllegalTaskState(java.lang.String s, java.lang.Throwable t)
           
IllegalTaskState(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.ibm.websphere.scheduler.SchedulerException
getCause
 
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
 

Constructor Detail

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)

IBM WebSphere Application ServerTM
Release 7