ConfigException constructor
ConfigException(
- String message
Creates a configuration error carrying message.
Implementation
ConfigException(this.message);
Creates a configuration error carrying message.
ConfigException(this.message);