Class SchedulerConfigurationException

All Implemented Interfaces:
Serializable

public class SchedulerConfigurationException extends ConfigurationException
Since:
1.0
Author:
graemerocher
See Also:
  • Constructor Details

    • SchedulerConfigurationException

      public SchedulerConfigurationException(ExecutableMethod<?,?> method, String message)
      Parameters:
      method - A compile time produced invocation of a method call
      message - The detailed message
    • SchedulerConfigurationException

      public SchedulerConfigurationException(MethodReference<?,?> method, String message)
      Parameters:
      method - A compile time produced invocation of a method call
      message - The detailed message