Generated by
JDiff

Class java.sql.BatchUpdateException

Documentation changed from old to new.

Changed Constructors
BatchUpdateException(int[]) Documentation changed from old to new.
Constructs a BatchUpdateException initialized to null for the reason and SQLState and 0 for the vendor code.
BatchUpdateException(String, int[]) Documentation changed from old to new.
Constructs a BatchUpdateException initialized with reason updateCounts and null for the SQLState and 0 for the vendorCode.
BatchUpdateException(String, String, int, int[]) Documentation changed from old to new.
Constructs a fully-specified BatchUpdateException object initializing it with the given values.
BatchUpdateException(String, String, int[]) Documentation changed from old to new.
Constructs a BatchUpdateException initialized with the given arguments (reason SQLState and updateCounts) and 0 for the vendor code.
BatchUpdateException(void) Documentation changed from old to new.
Constructs a BatchUpdateException object with the reason SQLState and update count initialized to null and the vendor code initialized to 0.
 

Changed Methods
int[] getUpdateCounts() Documentation changed from old to new.
Retrieves the update count for each update statement in the batch update that executed successfully before this exception occurred.