class java.sql.SQLException$1 implements java.util.Iterator<java.lang.Throwable>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.sql.SQLException$1
  super_class: java.lang.Object
{
  java.sql.SQLException firstException;
    descriptor: Ljava/sql/SQLException;
    flags: (0x0000) 

  java.sql.SQLException nextException;
    descriptor: Ljava/sql/SQLException;
    flags: (0x0000) 

  java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0000) 

  final java.sql.SQLException this$0;
    descriptor: Ljava/sql/SQLException;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.sql.SQLException);
    descriptor: (Ljava/sql/SQLException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.sql.SQLException$1 this
         0: .line 316
            aload 0 /* this */
            aload 1
            putfield java.sql.SQLException$1.this$0:Ljava/sql/SQLException;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 318
            aload 0 /* this */
            aload 1
            putfield java.sql.SQLException$1.firstException:Ljava/sql/SQLException;
         2: .line 319
            aload 0 /* this */
            aload 0 /* this */
            getfield java.sql.SQLException$1.firstException:Ljava/sql/SQLException;
            invokevirtual java.sql.SQLException.getNextException:()Ljava/sql/SQLException;
            putfield java.sql.SQLException$1.nextException:Ljava/sql/SQLException;
         3: .line 320
            aload 0 /* this */
            aload 0 /* this */
            getfield java.sql.SQLException$1.firstException:Ljava/sql/SQLException;
            invokevirtual java.sql.SQLException.getCause:()Ljava/lang/Throwable;
            putfield java.sql.SQLException$1.cause:Ljava/lang/Throwable;
         4: .line 316
            return
        end local 0 // java.sql.SQLException$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/sql/SQLException$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.sql.SQLException$1 this
         0: .line 323
            aload 0 /* this */
            getfield java.sql.SQLException$1.firstException:Ljava/sql/SQLException;
            ifnonnull 1
            aload 0 /* this */
            getfield java.sql.SQLException$1.nextException:Ljava/sql/SQLException;
            ifnonnull 1
            aload 0 /* this */
            getfield java.sql.SQLException$1.cause:Ljava/lang/Throwable;
            ifnull 2
         1: .line 324
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 325
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // java.sql.SQLException$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/sql/SQLException$1;

  public java.lang.Throwable next();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.sql.SQLException$1 this
         0: .line 329
            aconst_null
            astore 1 /* throwable */
        start local 1 // java.lang.Throwable throwable
         1: .line 330
            aload 0 /* this */
            getfield java.sql.SQLException$1.firstException:Ljava/sql/SQLException;
            ifnull 5
         2: .line 331
            aload 0 /* this */
            getfield java.sql.SQLException$1.firstException:Ljava/sql/SQLException;
            astore 1 /* throwable */
         3: .line 332
            aload 0 /* this */
            aconst_null
            putfield java.sql.SQLException$1.firstException:Ljava/sql/SQLException;
         4: .line 333
            goto 15
         5: .line 334
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield java.sql.SQLException$1.cause:Ljava/lang/Throwable;
            ifnull 9
         6: .line 335
            aload 0 /* this */
            getfield java.sql.SQLException$1.cause:Ljava/lang/Throwable;
            astore 1 /* throwable */
         7: .line 336
            aload 0 /* this */
            aload 0 /* this */
            getfield java.sql.SQLException$1.cause:Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            putfield java.sql.SQLException$1.cause:Ljava/lang/Throwable;
         8: .line 337
            goto 15
         9: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.sql.SQLException$1.nextException:Ljava/sql/SQLException;
            ifnull 14
        10: .line 339
            aload 0 /* this */
            getfield java.sql.SQLException$1.nextException:Ljava/sql/SQLException;
            astore 1 /* throwable */
        11: .line 340
            aload 0 /* this */
            aload 0 /* this */
            getfield java.sql.SQLException$1.nextException:Ljava/sql/SQLException;
            invokevirtual java.sql.SQLException.getCause:()Ljava/lang/Throwable;
            putfield java.sql.SQLException$1.cause:Ljava/lang/Throwable;
        12: .line 341
            aload 0 /* this */
            aload 0 /* this */
            getfield java.sql.SQLException$1.nextException:Ljava/sql/SQLException;
            invokevirtual java.sql.SQLException.getNextException:()Ljava/sql/SQLException;
            putfield java.sql.SQLException$1.nextException:Ljava/sql/SQLException;
        13: .line 342
            goto 15
        14: .line 344
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        15: .line 345
      StackMap locals:
      StackMap stack:
            aload 1 /* throwable */
            areturn
        end local 1 // java.lang.Throwable throwable
        end local 0 // java.sql.SQLException$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Ljava/sql/SQLException$1;
            1   16     1  throwable  Ljava/lang/Throwable;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.sql.SQLException$1 this
         0: .line 349
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // java.sql.SQLException$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/sql/SQLException$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.sql.SQLException$1.next:()Ljava/lang/Throwable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Throwable;>;
SourceFile: "SQLException.java"
EnclosingMethod: java.sql.SQLException.iterator:()Ljava/util/Iterator;
NestHost: java.sql.SQLException
InnerClasses:
  java.sql.SQLException$1