com.ibm.websphere.scheduler
Class UserCalendarPeriodInvalid
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.scheduler.SchedulerException
com.ibm.websphere.scheduler.UserCalendarException
com.ibm.websphere.scheduler.UserCalendarPeriodInvalid
- All Implemented Interfaces:
- java.io.Serializable
public class UserCalendarPeriodInvalid
- extends UserCalendarException
The UserCalendar period value is incorrect.
This is thrown when a UserCalendar receives a period string which
it doesn't not understand.
That is; the syntax of the period string is invalid.
- Since:
- 5.0
- Version:
- 5.0
- See Also:
UserCalendar
,
UserCalendarHome
,
UserCalendarSpecifierInvalid
,
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 |
UserCalendarPeriodInvalid
public UserCalendarPeriodInvalid()
UserCalendarPeriodInvalid
public UserCalendarPeriodInvalid(java.lang.String s)
UserCalendarPeriodInvalid
public UserCalendarPeriodInvalid(java.lang.Throwable t)
UserCalendarPeriodInvalid
public UserCalendarPeriodInvalid(java.lang.String s,
java.lang.Throwable t)