124125126127128129130131
{ // OK } catch (Exception e) { throw new ConfigurationException(e); } }
185186187188189190191192
{ log.debug("JMX bean '{}' already registered, continuing..."); } catch (Exception e) { throw new ConfigurationException(e); } }