Package io.github.resilience4j.core
Class ConfigurationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.resilience4j.core.ConfigurationNotFoundException
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationNotFoundException
extends java.lang.RuntimeException
configuration not found exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConfigurationNotFoundException(java.lang.String configName)
-
Method Summary
-
Constructor Details
-
ConfigurationNotFoundException
public ConfigurationNotFoundException(java.lang.String configName)- Parameters:
configName
- The config name.
-