public class SchedulingException extends NestedRuntimeException
| Constructor and Description | 
|---|
SchedulingException(java.lang.String msg)
Constructor for SchedulingException. 
 | 
SchedulingException(java.lang.String msg,
                   java.lang.Throwable cause)
Constructor for SchedulingException. 
 | 
contains, getMessage, getMostSpecificCause, getRootCausepublic SchedulingException(java.lang.String msg)
msg - the detail messagepublic SchedulingException(java.lang.String msg,
                           java.lang.Throwable cause)
msg - the detail messagecause - the root cause (usually from using a underlying
 scheduling API such as Quartz)