com.ibm.websphere.scheduler

Class UserCalendarPeriodInvalid

  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
  6. extended bycom.ibm.websphere.scheduler.UserCalendarPeriodInvalid
All implemented interfaces:
java.io.Serializable

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

Constructor Summary

Constructor and Description
UserCalendarPeriodInvalid()
UserCalendarPeriodInvalid(java.lang.String s)
UserCalendarPeriodInvalid(java.lang.String s,java.lang.Throwable t)
UserCalendarPeriodInvalid(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

UserCalendarPeriodInvalid

  1. public UserCalendarPeriodInvalid( )

UserCalendarPeriodInvalid

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

UserCalendarPeriodInvalid

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

UserCalendarPeriodInvalid

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