|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.quartz.SchedulerException
org.quartz.SchedulerConfigException
An exception that is thrown to indicate that there is a misconfiguration
of the SchedulerFactory
- or one of the components it
configures.
Field Summary |
Constructor Summary | |
SchedulerConfigException(java.lang.String msg)
Create a JobPersistenceException |
|
SchedulerConfigException(java.lang.String msg,
java.lang.Exception cause)
Create a JobPersistenceException |
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 SchedulerConfigException(java.lang.String msg)
Create a JobPersistenceException
with the given
message.
public SchedulerConfigException(java.lang.String msg, java.lang.Exception cause)
Create a JobPersistenceException
with the given
message and cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |