pgInfo.updatePageInfo(curLoc, fileList);
return page;
} catch (Exception e) {
e.printStackTrace();
throw new RemoteConnectionException(
"Failed getting next page for protocol " + protocol
+ "-- pgStart = " + pgInfo.getPageLoc()
+ " pgSize = " + pi.getPageSize() + " : "
+ e.getMessage());
}