@Override public RefreshSuperUserGroupsConfigurationResponseProto refreshSuperUserGroupsConfiguration(RpcController controller, RefreshSuperUserGroupsConfigurationRequestProto request) throws ServiceException { try { impl.refreshSuperUserGroupsConfiguration(); } catch (IOException e) { throw new ServiceException(e); } return VOID_REFRESH_SUPERUSER_GROUPS_CONFIGURATION_RESPONSE; }