com.ibm.websphere.scheduler
Class SchedulerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.scheduler.SchedulerRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class SchedulerRuntimeException
- extends java.lang.RuntimeException
A general unplanned Scheduler exception.
This class is the super class for all unexpected scheduler exceptions.
- Since:
- 5.0
- Version:
- 5.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 |
SchedulerRuntimeException
public SchedulerRuntimeException()
SchedulerRuntimeException
public SchedulerRuntimeException(java.lang.String s)
SchedulerRuntimeException
public SchedulerRuntimeException(java.lang.Throwable t)
SchedulerRuntimeException
public SchedulerRuntimeException(java.lang.String s,
java.lang.Throwable t)