clearWarnings()
Syntax:
void clearWarnings()
                   throws SQLException
                                        Description:
Clears all warnings reported on this ResultSet object. After this method is called, the method getWarnings returns null until a new warning is reported for this ResultSet object.
Throws:
SQLException - if a database access error occurs
Reference:
For more information, reference JDBC documentation for: ResultSet.clearWarnings()