Package io.micronaut.context.exceptions
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.context.exceptions.ConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchedulerConfigurationException
An exception that occurs during configuration setup.
- Since:
- 1.0
- Author:
- James Kleeh
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) ConfigurationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
- Parameters:
message
- The messagecause
- The throwable
-
ConfigurationException
- Parameters:
message
- The message
-