fillProcessInfoSummary(conn, Collections.singletonList(pi), custom);
} catch (ManagementException me) {
throw me;
} catch (Exception e) {
__log.error("Exception while retrieving process information", e);
throw new ProcessingException("Exception while retrieving process information: " + e.toString());
}
return ret;
}