com.ibm.websphere.scheduler
Class SchedulerException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.scheduler.SchedulerException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
IllegalTaskState, NotificationException, NotificationSinkInvalid, SchedulerNotAvailableException, TaskInfoInvalid, TaskInvalid, TaskPending, UserCalendarException
- public class SchedulerException
- extends java.lang.Exception
Since:
5.0
Version:
5.0
See Also:
Constructor Summary
Constructor and Description |
---|
SchedulerException()
|
SchedulerException(java.lang.String s)
|
SchedulerException(java.lang.String s,java.lang.Throwable t)
|
SchedulerException(java.lang.Throwable t)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCause()
Return the Throwable that is considered the root cause of this SchedulerException.
|
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
SchedulerException
- public SchedulerException()
SchedulerException
- public SchedulerException(java.lang.String s)
SchedulerException
- public SchedulerException(java.lang.Throwable t)
SchedulerException
- public SchedulerException(java.lang.String s,
- java.lang.Throwable t)
Method Detail
getCause
- public java.lang.Throwable getCause( )
Return the Throwable that is considered the root cause of this SchedulerException.
Null is returned if the root cause is nonexistent or unknown. The root cause is
the throwable that caused this SchedulerException to get thrown.
Overrides:
getCause
in class java.lang.Throwable
Returns:
the Throwable that is the cause of this SchedulerException, or null if the cause
is nonexistent or unknown.
Since:
5.0