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
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.
Copyright 2001-2015, Terracotta, Inc.