com.ibm.websphere.scheduler
Class SchedulerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.ws.exception.WsRuntimeException
com.ibm.websphere.scheduler.SchedulerRuntimeException
- All Implemented Interfaces:
- java.io.Serializable, com.ibm.ws.exception.WsNestedException
- public class SchedulerRuntimeException
- extends com.ibm.ws.exception.WsRuntimeException
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 com.ibm.ws.exception.WsRuntimeException |
getCause, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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)