IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.scheduler
Class TaskInfoInvalid

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

public class TaskInfoInvalid
extends SchedulerException

Exception thrown when a task interface used to create a TaskInfo object is not a registered type. This can happen when an incorrect interface is passed to the Scheduler.createTaskInfo method or the interface has not been registered with the Scheduler service associated with the specified Scheduler configuration.

Since:
5.0.2
See Also:
Serialized Form

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

TaskInfoInvalid

public TaskInfoInvalid()
Constructor for TaskInfoInvalid.


TaskInfoInvalid

public TaskInfoInvalid(java.lang.String s)
Constructor for TaskInfoInvalid.

Parameters:
s -

TaskInfoInvalid

public TaskInfoInvalid(java.lang.Throwable t)
Constructor for TaskInfoInvalid.

Parameters:
t -

TaskInfoInvalid

public TaskInfoInvalid(java.lang.String s,
                       java.lang.Throwable t)
Constructor for TaskInfoInvalid.

Parameters:
s -
t -

IBM WebSphere Application ServerTM
Release 8