public class BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException
TooManyRowsAffectedException
, indicates that more
rows than what we were expecting were affected. Additionally, this form
occurs from a batch and carries along the batch position 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, getExpectedRowCount
Copyright © 2001-2020 Red Hat, Inc. All Rights Reserved.