st.setString(1, resume.getFullName());
st.setString(2, resume.getHomePage());
st.setString(3, resume.getLocation());
st.setString(4, resume.getUuid());
if (st.executeUpdate()==0) {
throw new WebAppException("Resume not found", resume);
}
}
replaceContact(conn, resume);
return null;
}