ComponentRegistrationException constructor

ComponentRegistrationException(
  1. String message
)

Implementation

ComponentRegistrationException(String message) : super(message);