< prev index next >

src/java.sql/share/classes/java/sql/SQLException.java

Print this page

        

@@ -47,10 +47,12 @@
  *       be the actual error code returned by the underlying database.
  *   <LI> a chain to a next Exception.  This can be used to provide additional
  *       error information.
  *   <LI> the causal relationship, if any for this <code>SQLException</code>.
  * </UL>
+ *
+ * @since 1.1
  */
 public class SQLException extends java.lang.Exception
                           implements Iterable<Throwable> {
 
     /**
< prev index next >