spring-framework / org.springframework.scheduling / SchedulingException / <init>

<init>

SchedulingException(msg: String)

Constructor for SchedulingException.

Parameters

msg - the detail message

SchedulingException(msg: String, cause: Throwable)

Constructor for SchedulingException.

Parameters

msg - the detail message

cause - the root cause (usually from using a underlying scheduling API such as Quartz)