Class FormattedSchedulerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.quartz.SchedulerException
-
- org.smallmind.schedule.quartz.spring.FormattedSchedulerException
-
- All Implemented Interfaces:
Serializable
public class FormattedSchedulerException extends org.quartz.SchedulerException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormattedSchedulerException()FormattedSchedulerException(String message, Object... args)FormattedSchedulerException(Throwable throwable)FormattedSchedulerException(Throwable throwable, String message, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-