IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.scheduler
Class SchedulerRuntimeException

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

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

IBM WebSphere Application ServerTM
Release 7