SchedulerException Class

weblogic.jws.control
SchedulerException Class

public class SchedulerException

    extends RuntimeException

The SchedulerException is thrown to indicate a system error in control scheduling events.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SchedulerException
All Implemented Interfaces

Serializable

Constructor Summary

SchedulerException(String message, Throwable t)

SchedulerException(String message)

 

Method Summary

public Throwable
getNestedException()
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

SchedulerException

public SchedulerException(String message, 
                          Throwable t)

SchedulerException

public SchedulerException(String message)
 

Method Detail

getNestedException() Method

public Throwable getNestedException()