public class org.h2.jdbc.JdbcBatchUpdateException extends java.sql.BatchUpdateException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.h2.jdbc.JdbcBatchUpdateException
  super_class: java.sql.BatchUpdateException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  void <init>(java.sql.SQLException, int[]);
    descriptor: (Ljava/sql/SQLException;[I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.h2.jdbc.JdbcBatchUpdateException this
        start local 1 // java.sql.SQLException next
        start local 2 // int[] updateCounts
         0: .line 24
            aload 0 /* this */
            aload 1 /* next */
            invokevirtual java.sql.SQLException.getMessage:()Ljava/lang/String;
            aload 1 /* next */
            invokevirtual java.sql.SQLException.getSQLState:()Ljava/lang/String;
            aload 1 /* next */
            invokevirtual java.sql.SQLException.getErrorCode:()I
            aload 2 /* updateCounts */
            invokespecial java.sql.BatchUpdateException.<init>:(Ljava/lang/String;Ljava/lang/String;I[I)V
         1: .line 25
            aload 0 /* this */
            aload 1 /* next */
            invokevirtual org.h2.jdbc.JdbcBatchUpdateException.setNextException:(Ljava/sql/SQLException;)V
         2: .line 26
            return
        end local 2 // int[] updateCounts
        end local 1 // java.sql.SQLException next
        end local 0 // org.h2.jdbc.JdbcBatchUpdateException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/h2/jdbc/JdbcBatchUpdateException;
            0    3     1          next  Ljava/sql/SQLException;
            0    3     2  updateCounts  [I
    MethodParameters:
              Name  Flags
      next          
      updateCounts  

  public void printStackTrace();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.jdbc.JdbcBatchUpdateException this
         0: .line 37
            aload 0 /* this */
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokevirtual org.h2.jdbc.JdbcBatchUpdateException.printStackTrace:(Ljava/io/PrintStream;)V
         1: .line 38
            return
        end local 0 // org.h2.jdbc.JdbcBatchUpdateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/jdbc/JdbcBatchUpdateException;

  public void printStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.jdbc.JdbcBatchUpdateException this
        start local 1 // java.io.PrintWriter s
         0: .line 45
            aload 1 /* s */
            ifnull 4
         1: .line 46
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.sql.BatchUpdateException.printStackTrace:(Ljava/io/PrintWriter;)V
         2: .line 47
            aload 0 /* this */
            invokevirtual org.h2.jdbc.JdbcBatchUpdateException.getNextException:()Ljava/sql/SQLException;
            ifnull 4
         3: .line 48
            aload 0 /* this */
            invokevirtual org.h2.jdbc.JdbcBatchUpdateException.getNextException:()Ljava/sql/SQLException;
            aload 1 /* s */
            invokevirtual java.sql.SQLException.printStackTrace:(Ljava/io/PrintWriter;)V
         4: .line 51
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintWriter s
        end local 0 // org.h2.jdbc.JdbcBatchUpdateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/h2/jdbc/JdbcBatchUpdateException;
            0    5     1     s  Ljava/io/PrintWriter;
    MethodParameters:
      Name  Flags
      s     

  public void printStackTrace(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.jdbc.JdbcBatchUpdateException this
        start local 1 // java.io.PrintStream s
         0: .line 58
            aload 1 /* s */
            ifnull 4
         1: .line 59
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.sql.BatchUpdateException.printStackTrace:(Ljava/io/PrintStream;)V
         2: .line 60
            aload 0 /* this */
            invokevirtual org.h2.jdbc.JdbcBatchUpdateException.getNextException:()Ljava/sql/SQLException;
            ifnull 4
         3: .line 61
            aload 0 /* this */
            invokevirtual org.h2.jdbc.JdbcBatchUpdateException.getNextException:()Ljava/sql/SQLException;
            aload 1 /* s */
            invokevirtual java.sql.SQLException.printStackTrace:(Ljava/io/PrintStream;)V
         4: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream s
        end local 0 // org.h2.jdbc.JdbcBatchUpdateException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/h2/jdbc/JdbcBatchUpdateException;
            0    5     1     s  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "JdbcBatchUpdateException.java"