+ p.getProductType().getName() + ",structure="
+ p.getProductStructure() + ", transferStatus="
+ p.getTransferStatus() + "]");
}
} catch (Exception e) {
throw new CmdLineActionException("Failed to get last page of "
+ "product for ProductType name '" + productTypeName + "' : "
+ e.getMessage(), e);
}
}