IllegalConfigurationException constructor

IllegalConfigurationException(
  1. String message
)

Creates a new IllegalConfigurationException with a message explaining what was illegal about it.

Implementation

IllegalConfigurationException(super.message);