final class jdk.internal.net.http.ProxyAuthenticationRequired extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.net.http.ProxyAuthenticationRequired
  super_class: java.io.IOException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  final transient jdk.internal.net.http.Response proxyResponse;
    descriptor: Ljdk/internal/net/http/Response;
    flags: (0x0090) ACC_FINAL, ACC_TRANSIENT

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 34
            ldc Ljdk/internal/net/http/ProxyAuthenticationRequired;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.internal.net.http.ProxyAuthenticationRequired.$assertionsDisabled:Z
         3: .line 35
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.internal.net.http.Response);
    descriptor: (Ljdk/internal/net/http/Response;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.net.http.ProxyAuthenticationRequired this
        start local 1 // jdk.internal.net.http.Response proxyResponse
         0: .line 45
            aload 0 /* this */
            ldc "Proxy Authentication Required"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 46
            getstatic jdk.internal.net.http.ProxyAuthenticationRequired.$assertionsDisabled:Z
            ifne 2
            aload 1 /* proxyResponse */
            invokevirtual jdk.internal.net.http.Response.statusCode:()I
            sipush 407
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 47
      StackMap locals: jdk.internal.net.http.ProxyAuthenticationRequired jdk.internal.net.http.Response
      StackMap stack:
            aload 0 /* this */
            aload 1 /* proxyResponse */
            putfield jdk.internal.net.http.ProxyAuthenticationRequired.proxyResponse:Ljdk/internal/net/http/Response;
         3: .line 48
            return
        end local 1 // jdk.internal.net.http.Response proxyResponse
        end local 0 // jdk.internal.net.http.ProxyAuthenticationRequired this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Ljdk/internal/net/http/ProxyAuthenticationRequired;
            0    4     1  proxyResponse  Ljdk/internal/net/http/Response;
    MethodParameters:
               Name  Flags
      proxyResponse  
}
SourceFile: "ProxyAuthenticationRequired.java"