accountData = mgr.getAccountData(getAccountData.getUserID());
} catch (DAOException e) {
logger.debug("", e);
throw new RuntimeException(e);
}
GetAccountDataResponse getAccountDataResponse = new GetAccountDataResponse();
getAccountDataResponse.setGetAccountDataReturn(accountData);
return getAccountDataResponse;
}