IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.scheduler
Class TaskPending

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.TaskPending
All Implemented Interfaces:
java.io.Serializable

public class TaskPending
extends SchedulerException

A task update is pending. This exception is thrown when the scheduler attempts to update the task status in the database but the scheduler has the record locked. When this happens, the task is most likely in the process of being executed.

When receiving this exception, you should wait a few seconds and try the operation again.

Since:
5.0
Version:
5.0
See Also:
Serialized Form

Constructor Summary
TaskPending()
           
TaskPending(java.lang.String s)
           
TaskPending(java.lang.String s, java.lang.Throwable t)
           
TaskPending(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

TaskPending

public TaskPending()

TaskPending

public TaskPending(java.lang.String s)

TaskPending

public TaskPending(java.lang.Throwable t)

TaskPending

public TaskPending(java.lang.String s,
                   java.lang.Throwable t)

IBM WebSphere Application ServerTM
Release 7