public class org.apache.http.impl.execchain.TunnelRefusedException extends org.apache.http.HttpException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.impl.execchain.TunnelRefusedException
  super_class: org.apache.http.HttpException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8646722842745617323

  private final org.apache.http.HttpResponse response;
    descriptor: Lorg/apache/http/HttpResponse;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, org.apache.http.HttpResponse);
    descriptor: (Ljava/lang/String;Lorg/apache/http/HttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.http.impl.execchain.TunnelRefusedException this
        start local 1 // java.lang.String message
        start local 2 // org.apache.http.HttpResponse response
         0: .line 45
            aload 0 /* this */
            aload 1 /* message */
            invokespecial org.apache.http.HttpException.<init>:(Ljava/lang/String;)V
         1: .line 46
            aload 0 /* this */
            aload 2 /* response */
            putfield org.apache.http.impl.execchain.TunnelRefusedException.response:Lorg/apache/http/HttpResponse;
         2: .line 47
            return
        end local 2 // org.apache.http.HttpResponse response
        end local 1 // java.lang.String message
        end local 0 // org.apache.http.impl.execchain.TunnelRefusedException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/http/impl/execchain/TunnelRefusedException;
            0    3     1   message  Ljava/lang/String;
            0    3     2  response  Lorg/apache/http/HttpResponse;
    MethodParameters:
          Name  Flags
      message   final
      response  final

  public org.apache.http.HttpResponse getResponse();
    descriptor: ()Lorg/apache/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.impl.execchain.TunnelRefusedException this
         0: .line 50
            aload 0 /* this */
            getfield org.apache.http.impl.execchain.TunnelRefusedException.response:Lorg/apache/http/HttpResponse;
            areturn
        end local 0 // org.apache.http.impl.execchain.TunnelRefusedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/impl/execchain/TunnelRefusedException;
}
SourceFile: "TunnelRefusedException.java"