Class SchedulerExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.scheduler.exceptions.SchedulerExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FatalTaskExecutionException, NoExecutorForTasktypeException, UnableToRetrieveTasksToProcessException

public class SchedulerExecutionException extends RuntimeException
See Also:
  • Constructor Details

    • SchedulerExecutionException

      public SchedulerExecutionException(String message)
    • SchedulerExecutionException

      public SchedulerExecutionException(String message, Throwable cause)
    • SchedulerExecutionException

      public SchedulerExecutionException(Throwable cause)