< prev index next >

src/java.sql/share/classes/java/sql/SQLWarning.java

Print this page

        

@@ -39,10 +39,11 @@
  * closes a result set that it might have produced.
  *
  * @see Connection#getWarnings
  * @see Statement#getWarnings
  * @see ResultSet#getWarnings
+ * @since 1.1
  */
 public class SQLWarning extends SQLException {
 
     /**
      * Constructs a  <code>SQLWarning</code> object
< prev index next >