org.quartz
| |||||||||||||||||||||||||||||||||||||||||||||||
| 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, printStackTrace, printStackTrace, printStackTrace, setErrorCode, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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.
|
Quartz Enterprise Job Scheduler Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||