286287288289290291292293294295296
throw e; } catch(Exception e) { logger.log(Level.WARNING, "ProjectManager.update() had a failure in the changeset mapper."); throw new DatabaseException("Failure in the ProjectManager.update() changeset mapper."); // on Mapping failure } // save the changes back this.save(s, toUpdate);
175176177178179180181182183
return ; } else { logger.log(Level.WARNING, "User Save Failure!"); throw new DatabaseException("Save failure for User."); // Session User: " + s.getUsername() + " User: " + model.getName()); } }