|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.scheduler.SchedulerException
com.ibm.websphere.scheduler.TaskInfoInvalid
public class TaskInfoInvalid
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.
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 |
---|
public TaskInfoInvalid()
public TaskInfoInvalid(java.lang.String s)
s
- public TaskInfoInvalid(java.lang.Throwable t)
t
- public TaskInfoInvalid(java.lang.String s, java.lang.Throwable t)
s
- t
-
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |