com.ibm.websphere.scheduler
Class SchedulerRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.ws.exception.WsRuntimeException
                  extended bycom.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

Constructor Summary
SchedulerRuntimeException()
           
SchedulerRuntimeException(java.lang.String s)
           
SchedulerRuntimeException(java.lang.String s, java.lang.Throwable t)
           
SchedulerRuntimeException(java.lang.Throwable t)
           
 
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
 

Constructor Detail

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)