JobPersistenceException (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz Class JobPersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.quartz.SchedulerException
              extended by org.quartz.JobPersistenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LocalityException, 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

Constructor Summary
JobPersistenceException(String msg)
           Create a JobPersistenceException with the given message.
JobPersistenceException(String msg, Throwable cause)
           Create a JobPersistenceException with the given message and cause.
 
Method Summary
 
Methods inherited from class org.quartz.SchedulerException
getUnderlyingException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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-2011, Terracotta, Inc.