Class BatchedTooManyRowsAffectedException

All Implemented Interfaces:
Serializable

public class BatchedTooManyRowsAffectedException extends TooManyRowsAffectedException
Much like 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.
See Also:
  • Constructor Details

    • BatchedTooManyRowsAffectedException

      public BatchedTooManyRowsAffectedException(String message, int expectedRowCount, int actualRowCount, int batchPosition)
  • Method Details

    • getBatchPosition

      public int getBatchPosition()