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(String message,
                                   int expectedRowCount,
                                   int actualRowCount,
                                   int batchPosition) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getBatchPosition() | 
getActualRowCount, getExpectedRowCountaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BatchedTooManyRowsAffectedException(String message, int expectedRowCount, int actualRowCount, int batchPosition)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.