jdk/src/share/classes/javax/sql/rowset/RowSetWarning.java
changeset 24968 3308660aa3f2
parent 18564 f9db68ff2cbb
child 25976 4de01a56e3ee
equal deleted inserted replaced
24967:582420f5ab6c 24968:3308660aa3f2
    48  * returned.
    48  * returned.
    49  * <P>
    49  * <P>
    50  * The inherited methods <code>getMessage</code>, <code>getSQLState</code>,
    50  * The inherited methods <code>getMessage</code>, <code>getSQLState</code>,
    51  * and <code>getErrorCode</code> retrieve information contained in a
    51  * and <code>getErrorCode</code> retrieve information contained in a
    52  * <code>RowSetWarning</code> object.
    52  * <code>RowSetWarning</code> object.
       
    53  *
       
    54  * @since 1.5
    53  */
    55  */
    54 public class RowSetWarning extends SQLException {
    56 public class RowSetWarning extends SQLException {
    55 
    57 
    56     /**
    58     /**
    57      * RowSetWarning object handle.
    59      * RowSetWarning object handle.