org.quartz
Class JobPersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.quartz.SchedulerException
org.quartz.JobPersistenceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LockException, NoSuchDelegateException, ObjectAlreadyExistsException
public class JobPersistenceException
- extends SchedulerException
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:
- Serialized Form
JobPersistenceException
public JobPersistenceException(String msg)
Create a JobPersistenceException
with the given message.
JobPersistenceException
public JobPersistenceException(String msg,
Throwable cause)
Create a JobPersistenceException
with the given message
and cause.
Copyright 2001-2015, Terracotta, Inc.