|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.quartz.SchedulerException org.quartz.JobPersistenceException
public class JobPersistenceException
An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.
Field Summary |
---|
Constructor Summary | |
---|---|
JobPersistenceException(String msg)
Create a JobPersistenceException with the given message. |
|
JobPersistenceException(String msg,
int errCode)
Create a JobPersistenceException with the given message
and error code. |
|
JobPersistenceException(String msg,
Throwable cause)
Create a JobPersistenceException with the given message
and cause. |
|
JobPersistenceException(String msg,
Throwable cause,
int errorCode)
Create a JobPersistenceException with the given message,
cause and error code. |
Method Summary |
---|
Methods inherited from class org.quartz.SchedulerException |
---|
getErrorCode, getUnderlyingException, isClientError, isConfigurationError, isJobListenerError, isPersistenceError, isThreadPoolError, isTriggerListenerError, setErrorCode, 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 |
---|
public JobPersistenceException(String msg)
Create a JobPersistenceException
with the given message.
public JobPersistenceException(String msg, int errCode)
Create a JobPersistenceException
with the given message
and error code.
public JobPersistenceException(String msg, Throwable cause)
Create a JobPersistenceException
with the given message
and cause.
public JobPersistenceException(String msg, Throwable cause, int errorCode)
Create a JobPersistenceException
with the given message,
cause and error code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |