com.ibm.websphere.scheduler

Class TaskInvalid

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.scheduler.SchedulerException
  5. extended bycom.ibm.websphere.scheduler.TaskInvalid
All implemented interfaces:
java.io.Serializable

  1. public class TaskInvalid
  2. extends SchedulerException
The specified task identifier is not valid. This exception is thrown when the task identifier used to modify or lookup a task is no longer valid because it has been purged or that the validation method on the respective TaskInfo object failed.
Since:
5.0
Version:
5.0
See Also:
TaskInfo.validate(), Serialized Form

Constructor Summary

Constructor and Description
TaskInvalid()
TaskInvalid(java.lang.String s)
TaskInvalid(java.lang.String s,java.lang.Throwable t)
TaskInvalid(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

TaskInvalid

  1. public TaskInvalid()

TaskInvalid

  1. public TaskInvalid(java.lang.String s)

TaskInvalid

  1. public TaskInvalid(java.lang.Throwable t)

TaskInvalid

  1. public TaskInvalid(java.lang.String s,
  2. java.lang.Throwable t)