--- old/src/share/classes/javax/sql/PooledConnection.java Mon Oct 1 10:52:32 2012 +++ new/src/share/classes/javax/sql/PooledConnection.java Mon Oct 1 10:52:32 2012 @@ -102,7 +102,7 @@ * @return a Connection object that is a handle to * this PooledConnection object * @exception SQLException if a database access error occurs - * @exception SQLFeatureNotSupportedException if the JDBC driver does not support + * @exception java.sql.SQLFeatureNotSupportedException if the JDBC driver does not support * this method * @since 1.4 */ @@ -117,7 +117,7 @@ * information. * * @exception SQLException if a database access error occurs - * @exception SQLFeatureNotSupportedException if the JDBC driver does not support + * @exception java.sql.SQLFeatureNotSupportedException if the JDBC driver does not support * this method * @since 1.4 */