|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.quartz.SchedulerException
|
+--org.quartz.JobPersistenceException
An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.
| Constructor Summary | |
JobPersistenceException(java.lang.String msg)
Create a JobPersistenceException with the given message. |
|
JobPersistenceException(java.lang.String msg,
java.lang.Exception cause)
Create a JobPersistenceException with the given message
and cause. |
|
JobPersistenceException(java.lang.String msg,
java.lang.Exception cause,
int errorCode)
Create a JobPersistenceException with the given message,
cause and error code. |
|
JobPersistenceException(java.lang.String msg,
int errCode)
Create a JobPersistenceException with the given message
and error code. |
|
| Methods inherited from class org.quartz.SchedulerException |
getErrorCode, getUnderlyingException, isClientError, isConfigurationError, isJobListenerError, isPersistenceError, isThreadPoolError, isTriggerListenerError, printStackTrace, printStackTrace, printStackTrace, setErrorCode, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JobPersistenceException(java.lang.String msg)
Create a JobPersistenceException with the given message.
public JobPersistenceException(java.lang.String msg,
int errCode)
Create a JobPersistenceException with the given message
and error code.
public JobPersistenceException(java.lang.String msg,
java.lang.Exception cause)
Create a JobPersistenceException with the given message
and cause.
public JobPersistenceException(java.lang.String msg,
java.lang.Exception cause,
int errorCode)
Create a JobPersistenceException with the given message,
cause and error code.
|
Quartz Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||