org.mule.api.schedule
Class SchedulerCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mule.api.schedule.SchedulerCreationException
All Implemented Interfaces:
Serializable

public class SchedulerCreationException
extends RuntimeException

This exception is thrown if a Scheduler could not be created.

Since:
3.5.0
See Also:
Serialized Form

Constructor Summary
SchedulerCreationException(String s)
           
SchedulerCreationException(String s, Throwable throwable)
           
 
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

SchedulerCreationException

public SchedulerCreationException(String s,
                                  Throwable throwable)

SchedulerCreationException

public SchedulerCreationException(String s)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.