resp.addError("exception", e.getMessage());
return resp;
}
}
DisplaySelling displaySelling = null;
if(respSelling != null){
displaySelling = mapper.map(respSelling, DisplaySelling.class);
}
SgwtRestFetchResponseBase ret = new SgwtRestFetchResponseBase(displaySelling);