public class SchedulerConfigurationException extends SchedulerException
Constructor and Description |
---|
SchedulerConfigurationException()
Create a new instance of SchedulerConfigurationException
|
SchedulerConfigurationException(String msg)
Create a new instance of SchedulerConfigurationException
|
SchedulerConfigurationException(String msg,
Throwable cause)
Create a new instance of SchedulerConfigurationException
|
SchedulerConfigurationException(Throwable cause)
Create a new instance of SchedulerConfigurationException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SchedulerConfigurationException(String msg)
msg
- the message to attach.public SchedulerConfigurationException()
public SchedulerConfigurationException(String msg, Throwable cause)
msg
- the message to attach.cause
- the cause of the exception.public SchedulerConfigurationException(Throwable cause)
cause
- the cause of the exception.