//debug("return value" + canApply);
if (canApply.equals(Boolean.FALSE)) {
String msg = localStrings.getString(
"admin.server.core.jmx.configuration_changed_apply_changes",
instanceName);
throw new AFRuntimeStoreException( msg );
}
} catch(AFRuntimeStoreException af) {
throw af;
} catch (Exception e) {
String msg = localStrings.getString( "admin.server.core.jmx.bad_server_configuration" );