555556557558559560561562563564565
throw (SQLException) e; if (e instanceof RuntimeException) throw (RuntimeException) e; throw new EJBExceptionWrapper(e); } finally { if (rs != null) rs.close(); } }