Package org.quartz.exceptions
Class SchedulerConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.quartz.exceptions.SchedulerException
org.quartz.exceptions.SchedulerConfigException
- All Implemented Interfaces:
Serializable
An exception that is thrown to indicate that there is a misconfiguration of the
SchedulerFactory
- or one of the components it configures.- Author:
- James House
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate aJobPersistenceException
with the given message. -
Method Summary
Methods inherited from class org.quartz.exceptions.SchedulerException
getUnderlyingException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SchedulerConfigException
Create aJobPersistenceException
with the given message.
-