437438439440441442443444445446447
IPerson person = null; Person result = null; try { person = home.findByEmail(email); } catch (FinderException ex) { throw new LoginException("Unknown e-mail address.", false); }
478479480481482483484485486487488
430431432433434435436437438439440
484485486487488489490491492493494
432433434435436437438439440441442