Class SchedulerConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.context.exceptions.ConfigurationException
io.micronaut.scheduling.exceptions.SchedulerConfigurationException
All Implemented Interfaces:
Serializable

public class SchedulerConfigurationException extends io.micronaut.context.exceptions.ConfigurationException
Since:
1.0
See Also:
  • Constructor Details

    • SchedulerConfigurationException

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

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