org.hibernate.jdbc
Class BatchedTooManyRowsAffectedException
- Nestable
public class BatchedTooManyRowsAffectedException
Much like
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.
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
BatchedTooManyRowsAffectedException
public BatchedTooManyRowsAffectedException(String message,
int expectedRowCount,
int actualRowCount,
int batchPosition)
getBatchPosition
public int getBatchPosition()