IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.scheduler
Class UserCalendarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.scheduler.SchedulerException
              extended by 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

Constructor Summary
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

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)

IBM WebSphere Application ServerTM
Release 8