weblogic.jws.control
Class SchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by weblogic.jws.control.SchedulerException
All Implemented Interfaces:
Serializable

public class SchedulerException
extends RuntimeException

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

See Also:
Serialized Form

Constructor Summary
SchedulerException(String message)
           
SchedulerException(String message, Throwable t)
           
 
Method Summary
 Throwable getNestedException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchedulerException

public SchedulerException(String message)

SchedulerException

public SchedulerException(String message,
                          Throwable t)
Method Detail

getNestedException

public Throwable getNestedException()