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. |