public class BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException
TooManyRowsAffectedException, indicates that more
rows than what we were expcecting were affected. Additionally, this form
occurs from a batch and carries along the batch positon that failed.| Constructor and Description |
|---|
BatchedTooManyRowsAffectedException(java.lang.String message,
int expectedRowCount,
int actualRowCount,
int batchPosition) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchPosition() |
getActualRowCount, getExpectedRowCountCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.