public class SchedulerConfigurationException extends ConfigurationException
| Constructor and Description | 
|---|
| SchedulerConfigurationException(ExecutableMethod<?,?> method,
                               String message) | 
| SchedulerConfigurationException(MethodReference<?,?> method,
                               String message) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchedulerConfigurationException(ExecutableMethod<?,?> method, String message)
method - A compile time produced invocation of a method callmessage - The detailed messagepublic SchedulerConfigurationException(MethodReference<?,?> method, String message)
method - A compile time produced invocation of a method callmessage - The detailed message