com.ibm.websphere.scheduler
Class IllegalTaskState

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.ws.exception.WsException
              extended bycom.ibm.websphere.scheduler.SchedulerException
                  extended bycom.ibm.websphere.scheduler.IllegalTaskState
All Implemented Interfaces:
java.io.Serializable, com.ibm.ws.exception.WsNestedException

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)
           
 
Methods inherited from class com.ibm.websphere.scheduler.SchedulerException
getCause
 
Methods inherited from class com.ibm.ws.exception.WsException
initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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)