final class com.sun.webkit.network.URLLoader$InvalidResponseException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.network.URLLoader$InvalidResponseException
  super_class: java.io.IOException
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.network.URLLoader$InvalidResponseException this
         0: .line 647
            aload 0 /* this */
            ldc "Invalid server response"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 648
            return
        end local 0 // com.sun.webkit.network.URLLoader$InvalidResponseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/network/URLLoader$InvalidResponseException;
}
SourceFile: "URLLoader.java"
NestHost: com.sun.webkit.network.URLLoader
InnerClasses:
  private final InvalidResponseException = com.sun.webkit.network.URLLoader$InvalidResponseException of com.sun.webkit.network.URLLoader