public class BatchUpdateException extends SQLException
Constructor and Description |
---|
BatchUpdateException() |
BatchUpdateException(int[] updateCounts) |
BatchUpdateException(String reason,
int[] updateCounts) |
BatchUpdateException(String reason,
String SQLState,
int[] updateCounts) |
BatchUpdateException(String reason,
String SQLState,
int vendorCode,
int[] updateCounts) |
Modifier and Type | Method and Description |
---|---|
int[] |
getUpdateCounts() |
getErrorCode, getNextException, getSQLState, setNextException
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BatchUpdateException()
public BatchUpdateException(int[] updateCounts)
public BatchUpdateException(String reason, int[] updateCounts)
public BatchUpdateException(String reason, String SQLState, int[] updateCounts)