org.pentaho.platform.scheduler
Class SchedulerInitializationException

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
                      extended by org.pentaho.platform.scheduler.SchedulerInitializationException
All Implemented Interfaces:
Serializable

public class SchedulerInitializationException
extends SchedulerException

See Also:
Serialized Form

Constructor Summary
SchedulerInitializationException()
           
SchedulerInitializationException(Exception e)
           
SchedulerInitializationException(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

SchedulerInitializationException

public SchedulerInitializationException()

SchedulerInitializationException

public SchedulerInitializationException(String message)

SchedulerInitializationException

public SchedulerInitializationException(Exception e)