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:
- public class UserCalendarException
- extends SchedulerException
See Also:
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
- 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)