Class SchedulingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.tasks.api.quartz.SchedulingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CancellationNotSupportedException, IllegalJobStateException

public class SchedulingException extends RuntimeException
See Also:
  • Constructor Details

    • SchedulingException

      public SchedulingException(String message)
    • SchedulingException

      public SchedulingException(String message, Throwable cause)