|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.quartz Class SchedulerConfigException
java.lang.Object java.lang.Throwable java.lang.Exception org.quartz.SchedulerException org.quartz.SchedulerConfigException
- All Implemented Interfaces:
- Serializable
public class SchedulerConfigException
- extends SchedulerException
An exception that is thrown to indicate that there is a misconfiguration of
the SchedulerFactory
- or one of the components it
configures.
- Author:
- James House
- See Also:
- Serialized Form
Constructor Summary | |
---|---|
SchedulerConfigException(String msg)
Create a JobPersistenceException with the given message. |
|
SchedulerConfigException(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 |
---|
SchedulerConfigException
public SchedulerConfigException(String msg)
Create a
JobPersistenceException
with the given message.
SchedulerConfigException
public SchedulerConfigException(String msg, Throwable 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 |
Copyright 2001-2011, Terracotta, Inc.