public class SchedulerConfigurationException extends ConfigurationException
| Constructor and Description | 
|---|
| SchedulerConfigurationException(ExecutableMethod<?,?> method,
                               java.lang.String message) | 
| SchedulerConfigurationException(MethodReference<?,?> method,
                               java.lang.String message) | 
public SchedulerConfigurationException(ExecutableMethod<?,?> method, java.lang.String message)
method - A compile time produced invocation of a method callmessage - The detailed messagepublic SchedulerConfigurationException(MethodReference<?,?> method, java.lang.String message)
method - A compile time produced invocation of a method callmessage - The detailed message