public class BatchUpdateException extends JackcessException
Table methods
which indicates how many rows were successfully written before the
underlying failure was encountered.| Modifier and Type | Field and Description |
|---|---|
private int |
_updateCount |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
BatchUpdateException(int updateCount,
java.lang.String msg,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getUpdateCount() |
private static final long serialVersionUID
private final int _updateCount