ConfigException constructor

ConfigException(
  1. String message
)

Implementation

ConfigException(String message) : super(message);