com.ibm.websphere.scheduler
Class UserCalendarException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.ws.exception.WsException
              extended bycom.ibm.websphere.scheduler.SchedulerException
                  extended bycom.ibm.websphere.scheduler.UserCalendarException
All Implemented Interfaces:
java.io.Serializable, com.ibm.ws.exception.WsNestedException
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

Constructor Summary
UserCalendarException()
           
UserCalendarException(java.lang.String s)
           
UserCalendarException(java.lang.String s, java.lang.Throwable t)
           
UserCalendarException(java.lang.Throwable t)
           
 
Methods inherited from class com.ibm.websphere.scheduler.SchedulerException
getCause
 
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
 

Constructor Detail

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)