Class SchedulerConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SchedulerConfigurationException
    extends io.micronaut.context.exceptions.ConfigurationException
    Since:
    1.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SchedulerConfigurationException

        public SchedulerConfigurationException​(io.micronaut.inject.ExecutableMethod<?,​?> method,
                                               java.lang.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,
                                               java.lang.String message)
        Parameters:
        method - A compile time produced invocation of a method call
        message - The detailed message