Class FormattedSchedulerException

  • All Implemented Interfaces:
    Serializable

    public class FormattedSchedulerException
    extends org.quartz.SchedulerException
    See Also:
    Serialized Form
    • Constructor Detail

      • FormattedSchedulerException

        public FormattedSchedulerException()
      • FormattedSchedulerException

        public FormattedSchedulerException​(String message,
                                           Object... args)
      • FormattedSchedulerException

        public FormattedSchedulerException​(Throwable throwable,
                                           String message,
                                           Object... args)
      • FormattedSchedulerException

        public FormattedSchedulerException​(Throwable throwable)