Generated by
JDiff

Class java.sql.SQLException

Documentation changed from old to new.

Changed Constructors
SQLException(String) Documentation changed from old to new.
Constructs an SQLException object with a reason; SQLState defaults to null and vendorCode defaults to 0.
SQLException(void) Documentation changed from old to new.
Constructs an SQLException object; reason defaults to null SQLState defaults to null and vendorCode defaults to 0.
 

Changed Methods
SQLException getNextException() Documentation changed from old to new.
Retrieves the exception chained to this SQLException object.
void setNextException(SQLException) Documentation changed from old to new.
Adds an SQLException object to the end of the chain.