com.ibm.websphere.scheduler
Class UserCalendarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.scheduler.SchedulerException
com.ibm.websphere.scheduler.UserCalendarException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- UserCalendarInvalid, UserCalendarPeriodInvalid, UserCalendarSpecifierInvalid
public class UserCalendarException
- extends SchedulerException
A general UserCalendar exception.
This is a catch all exception which all explicit UserCalendar exceptions
extend. This can be caught by an application and it will catch any
declared exceptions which a UserCalendar method may throw.
- See Also:
UserCalendar
,
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 |
UserCalendarException
public UserCalendarException()
UserCalendarException
public UserCalendarException(java.lang.String s)
UserCalendarException
public UserCalendarException(java.lang.Throwable t)
UserCalendarException
public UserCalendarException(java.lang.String s,
java.lang.Throwable t)