} catch(NoSuchMethodException noSuchE) {
String tmp = "MBean "
+ getMBeanName()
+ ": Cannot find method "
+ methodName;
throw (new ReflectionException(noSuchE, tmp));
} catch(SecurityException se) {
throw (new ReflectionException(se));
}
try {
Object params[] = { value };