Package org.quartz.exceptions
Class JobPersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.quartz.exceptions.SchedulerException
org.quartz.exceptions.JobPersistenceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ObjectAlreadyExistsException
An exception that is thrown to indicate that there has been a failure in the scheduler's
underlying persistence mechanism.
- 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
-
JobPersistenceException
Create aJobPersistenceException
with the given message.
-