com.ibm.websphere.scheduler
Class TaskInvalid
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.scheduler.SchedulerException
com.ibm.websphere.scheduler.TaskInvalid
- All Implemented Interfaces:
- java.io.Serializable, com.ibm.ws.exception.WsNestedException
- public class TaskInvalid
- 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
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 |
TaskInvalid
public TaskInvalid()
TaskInvalid
public TaskInvalid(java.lang.String s)
TaskInvalid
public TaskInvalid(java.lang.Throwable t)
TaskInvalid
public TaskInvalid(java.lang.String s,
java.lang.Throwable t)