com.ibm.websphere.scheduler
Class SchedulerRuntimeException

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

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 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
 

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)