org.pentaho.platform.scheduler
Class SchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.platform.api.util.PentahoChainedException
                  extended by org.pentaho.platform.scheduler.SchedulerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchedulerInitializationException

public class SchedulerException
extends PentahoChainedException

See Also:
Serialized Form

Constructor Summary
SchedulerException()
           
SchedulerException(Exception e)
           
SchedulerException(String message)
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.api.util.PentahoChainedException
getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchedulerException

public SchedulerException()

SchedulerException

public SchedulerException(String message)

SchedulerException

public SchedulerException(Exception e)