Changed Constructors |
SQLException(String )
|
Documentation changed from old to new. |
Constructs an SQLException object with a reason; the SQLState field defaults to null and the vendorCode field defaults to 0. |
SQLException(String, String)
|
Documentation changed from old to new. |
Constructs an SQLException object with the given reason and SQLState; the vendorCode field defaults to 0. |
SQLException(String, String, int)
|
Documentation changed from old to new. |
Constructs a fully-specified SQLException object. |
SQLException(void )
|
Documentation changed from old to new. |
Constructs an SQLException object; the reason field defaults to null the SQLState field defaults to null and the vendorCode field defaults to 0. |