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
- Since:
- 1.0
- Author:
- graemerocher
- See Also:
-
Constructor Summary
ConstructorDescriptionSchedulerConfigurationException
(ExecutableMethod<?, ?> method, String message) SchedulerConfigurationException
(MethodReference<?, ?> method, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchedulerConfigurationException
- Parameters:
method
- A compile time produced invocation of a method callmessage
- The detailed message
-
SchedulerConfigurationException
- Parameters:
method
- A compile time produced invocation of a method callmessage
- The detailed message
-