this.retrieveAccounts(selector, accountList);
} catch (Exception e) {
LOGGER.error("Error on managedCustomerService.get(selector), probably an AuthenticationError: "
+ e.getMessage());
e.printStackTrace();
throw new ApiException(
"Error on managedCustomerService.get(selector), probably an AuthenticationError: " + e.getMessage(),
new com.google.api.ads.adwords.jaxws.v201406.cm.ApiException());
}
return accountList;
}