class sun.net.www.protocol.http.HttpURLConnection$7 implements java.security.PrivilegedExceptionAction<java.io.IOException>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.HttpURLConnection$7
  super_class: java.lang.Object
{
  final sun.net.www.protocol.http.HttpURLConnection this$0;
    descriptor: Lsun/net/www/protocol/http/HttpURLConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.io.IOException val$rememberedException;
    descriptor: Ljava/io/IOException;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object[] val$args;
    descriptor: [Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.net.www.protocol.http.HttpURLConnection, java.io.IOException, java.lang.Object[]);
    descriptor: (Lsun/net/www/protocol/http/HttpURLConnection;Ljava/io/IOException;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$7 this
         0: .line 1612
            aload 0 /* this */
            aload 1
            putfield sun.net.www.protocol.http.HttpURLConnection$7.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
            aload 0 /* this */
            aload 2
            putfield sun.net.www.protocol.http.HttpURLConnection$7.val$rememberedException:Ljava/io/IOException;
            aload 0 /* this */
            aload 3
            putfield sun.net.www.protocol.http.HttpURLConnection$7.val$args:[Ljava/lang/Object;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/HttpURLConnection$7;
    MethodParameters:
                         Name  Flags
      this$0                   final
      val$rememberedException  final
      val$args                 final

  public java.io.IOException run();
    descriptor: ()Ljava/io/IOException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$7 this
         0: .line 1615
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$7.val$rememberedException:Ljava/io/IOException;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
         1: .line 1616
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
         2: .line 1617
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$7.val$args:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.io.IOException
         3: .line 1614
            areturn
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/HttpURLConnection$7;
    Exceptions:
      throws java.lang.Exception

  public java.lang.Object run();
    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 sun.net.www.protocol.http.HttpURLConnection$7.run:()Ljava/io/IOException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/io/IOException;>;
SourceFile: "HttpURLConnection.java"
EnclosingMethod: sun.net.www.protocol.http.HttpURLConnection.getChainedException:(Ljava/io/IOException;)Ljava/io/IOException;
NestHost: sun.net.www.protocol.http.HttpURLConnection
InnerClasses:
  sun.net.www.protocol.http.HttpURLConnection$7