open class SchedulingException : NestedRuntimeException
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
SchedulingException(msg: String)SchedulingException(msg: String, cause: Throwable)
Constructor for SchedulingException. |