Revision 33717 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/postgresql/PostgreSQLHelper.java

View differences:

PostgreSQLHelper.java
215 215
				} catch (java.sql.SQLException e) {
216 216
					throw new JDBCSQLException(e);
217 217
				} catch (BaseException e) {
218
					throw new ReadException(user.getName(), e);
218
					throw new ReadException(user.getProviderName(), e);
219 219
				} finally {
220 220
					try {
221 221
						rs.close();

Also available in: Unified diff