spring-framework / org.springframework.scheduling / SchedulingException

SchedulingException

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

Constructors

<init>

SchedulingException(msg: String)
SchedulingException(msg: String, cause: Throwable)

Constructor for SchedulingException.