com.ibm.websphere.scheduler

Class UserCalendarException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.scheduler.SchedulerException
  5. extended bycom.ibm.websphere.scheduler.UserCalendarException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
UserCalendarInvalid, UserCalendarPeriodInvalid, UserCalendarSpecifierInvalid

  1. public class UserCalendarException
  2. 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

Constructor Summary

Constructor and Description
UserCalendarException()
UserCalendarException(java.lang.String s)
UserCalendarException(java.lang.String s,java.lang.Throwable t)
UserCalendarException(java.lang.Throwable t)

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

UserCalendarException

  1. public UserCalendarException()

UserCalendarException

  1. public UserCalendarException(java.lang.String s)

UserCalendarException

  1. public UserCalendarException(java.lang.Throwable t)

UserCalendarException

  1. public UserCalendarException(java.lang.String s,
  2. java.lang.Throwable t)