General exception to be thrown on scheduling failures,
such as the scheduler already having shut down.
Unchecked since scheduling failures are usually fatal.
author: Juergen Hoeller since: 2.0
Constructor for SchedulingException.
Parameters: msg - the detail message Parameters: cause - the root cause (usually from using a underlyingscheduling API such as Quartz)
Methods inherited from org.springframework.core.NestedRuntimeException