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

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.execchain.RequestAbortedException this
        start local 1 // java.lang.String message
         0: .line 42
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.io.InterruptedIOException.<init>:(Ljava/lang/String;)V
         1: .line 43
            return
        end local 1 // java.lang.String message
        end local 0 // org.apache.http.impl.execchain.RequestAbortedException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/http/impl/execchain/RequestAbortedException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  final

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.http.impl.execchain.RequestAbortedException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 46
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.io.InterruptedIOException.<init>:(Ljava/lang/String;)V
         1: .line 47
            aload 2 /* cause */
            ifnull 3
         2: .line 48
            aload 0 /* this */
            aload 2 /* cause */
            invokevirtual org.apache.http.impl.execchain.RequestAbortedException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         3: .line 50
      StackMap locals: org.apache.http.impl.execchain.RequestAbortedException java.lang.String java.lang.Throwable
      StackMap stack:
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // org.apache.http.impl.execchain.RequestAbortedException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/http/impl/execchain/RequestAbortedException;
            0    4     1  message  Ljava/lang/String;
            0    4     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  final
      cause    final
}
SourceFile: "RequestAbortedException.java"