com.ibm.websphere.scheduler
Class TaskInfoInvalid

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.TaskInfoInvalid
All Implemented Interfaces:
java.io.Serializable, com.ibm.ws.exception.WsNestedException

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.
 
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

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 -