public class org.hibernate.jdbc.BatchedTooManyRowsAffectedException extends org.hibernate.jdbc.TooManyRowsAffectedException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.jdbc.BatchedTooManyRowsAffectedException
  super_class: org.hibernate.jdbc.TooManyRowsAffectedException
{
  private final int batchPosition;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.hibernate.jdbc.BatchedTooManyRowsAffectedException this
        start local 1 // java.lang.String message
        start local 2 // int expectedRowCount
        start local 3 // int actualRowCount
        start local 4 // int batchPosition
         0: .line 21
            aload 0 /* this */
            aload 1 /* message */
            iload 2 /* expectedRowCount */
            iload 3 /* actualRowCount */
            invokespecial org.hibernate.jdbc.TooManyRowsAffectedException.<init>:(Ljava/lang/String;II)V
         1: .line 22
            aload 0 /* this */
            iload 4 /* batchPosition */
            putfield org.hibernate.jdbc.BatchedTooManyRowsAffectedException.batchPosition:I
         2: .line 23
            return
        end local 4 // int batchPosition
        end local 3 // int actualRowCount
        end local 2 // int expectedRowCount
        end local 1 // java.lang.String message
        end local 0 // org.hibernate.jdbc.BatchedTooManyRowsAffectedException this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/hibernate/jdbc/BatchedTooManyRowsAffectedException;
            0    3     1           message  Ljava/lang/String;
            0    3     2  expectedRowCount  I
            0    3     3    actualRowCount  I
            0    3     4     batchPosition  I
    MethodParameters:
                  Name  Flags
      message           
      expectedRowCount  
      actualRowCount    
      batchPosition     

  public int getBatchPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.jdbc.BatchedTooManyRowsAffectedException this
         0: .line 26
            aload 0 /* this */
            getfield org.hibernate.jdbc.BatchedTooManyRowsAffectedException.batchPosition:I
            ireturn
        end local 0 // org.hibernate.jdbc.BatchedTooManyRowsAffectedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/jdbc/BatchedTooManyRowsAffectedException;
}
SourceFile: "BatchedTooManyRowsAffectedException.java"