Package org.quartz.exceptions
Class SchedulerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.quartz.exceptions.SchedulerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JobExecutionException
,JobPersistenceException
,SchedulerConfigException
Base class for exceptions thrown by the Quartz
Scheduler
.
SchedulerException
s may contain a reference to another Exception
,
which was the underlying cause of the SchedulerException
.
- Author:
- James House
- See Also:
-
Constructor Summary
ConstructorDescriptionSchedulerException
(String msg) SchedulerException
(String msg, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionReturn the exception that is the underlying cause of this exception.toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SchedulerException
public SchedulerException() -
SchedulerException
-
SchedulerException
-
-
Method Details