类 SchedulingException

    • 构造器详细资料

      • SchedulingException

        public SchedulingException​(String msg)
        Constructor for SchedulingException.
        参数:
        msg - the detail message
      • SchedulingException

        public SchedulingException​(String msg,
                                   Throwable cause)
        Constructor for SchedulingException.
        参数:
        msg - the detail message
        cause - the root cause (usually from using a underlying scheduling API such as Quartz)