com.ibm.websphere.scheduler

Class SchedulerRuntimeException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.lang.RuntimeException
  5. extended bycom.ibm.websphere.scheduler.SchedulerRuntimeException
All implemented interfaces:
java.io.Serializable

  1. public class SchedulerRuntimeException
  2. 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

Constructor and Description
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

  1. public SchedulerRuntimeException( )

SchedulerRuntimeException

  1. public SchedulerRuntimeException( java.lang.String s)

SchedulerRuntimeException

  1. public SchedulerRuntimeException( java.lang.Throwable t)

SchedulerRuntimeException

  1. public SchedulerRuntimeException( java.lang.String s,
  2. java.lang.Throwable t)