if (res.isError())
throw new Exception(res.getErrorMessage());
}
return new VOListResponse(newRows,false,newRows.size());
}
catch (Throwable ex) {
Logger.error(username,this.getClass().getName(),"executeCommand","Error while updating an existing out delivery note row",ex);
try {
if (this.conn==null && conn!=null)