174175176177178179180181182183184
} catch (MBeanException e) { _exception = e; } throw new JMXRegistrationException("Cannot create MBean for component '" + componentAdapter.getComponentKey() + "'", _exception); } catch (ClassCastException e) { return null;
6869707172737475767778
} catch (ClassNotFoundException e) { _exception = e; } throw new JMXRegistrationException("Cannot create MBean for component '" + componentAdapter.getComponentKey() + "'", _exception); } catch (ClassCastException e) { return null;
173174175176177178179180181182183