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, getExpectedRowCount
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BatchedTooManyRowsAffectedException(String message, int expectedRowCount, int actualRowCount, int batchPosition)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.