com.ibm.websphere.scheduler
Class UserCalendarInvalid
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.scheduler.SchedulerException
com.ibm.websphere.scheduler.UserCalendarException
com.ibm.websphere.scheduler.UserCalendarInvalid
- All Implemented Interfaces:
- java.io.Serializable
public class UserCalendarInvalid
- extends UserCalendarException
Invalid UserCalendar object detected.
The Scheduler was not able to create the UserCalendar object from the UserCalendarHome
object specified on the TaskInfo.setUserCalendar(java.lang.String, java.lang.String)
method. The JNDI name
may be invalid.
- Since:
- 5.0
- Version:
- 5.0
- See Also:
NotificationSink
,
Serialized Form
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 |
UserCalendarInvalid
public UserCalendarInvalid()
UserCalendarInvalid
public UserCalendarInvalid(java.lang.String s)
UserCalendarInvalid
public UserCalendarInvalid(java.lang.Throwable t)
UserCalendarInvalid
public UserCalendarInvalid(java.lang.String s,
java.lang.Throwable t)