Class JobPersistenceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
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:
  • Constructor Details

    • JobPersistenceException

      public JobPersistenceException(String msg)
      Create a JobPersistenceException with the given message.