public final class org.apache.http.util.ExceptionUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.http.util.ExceptionUtils
  super_class: java.lang.Object
{
  private static final java.lang.reflect.Method INIT_CAUSE_METHOD;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            invokestatic org.apache.http.util.ExceptionUtils.getInitCauseMethod:()Ljava/lang/reflect/Method;
            putstatic org.apache.http.util.ExceptionUtils.INIT_CAUSE_METHOD:Ljava/lang/reflect/Method;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.reflect.Method getInitCauseMethod();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 56
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Throwable;
            aastore
            astore 0 /* paramsClasses */
        start local 0 // java.lang.Class[] paramsClasses
         1: .line 57
            ldc Ljava/lang/Throwable;
            ldc "initCause"
            aload 0 /* paramsClasses */
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
         2: areturn
        end local 0 // java.lang.Class[] paramsClasses
         3: .line 58
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            pop
         4: .line 59
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            1    3     0  paramsClasses  [Ljava/lang/Class;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.NoSuchMethodException

  public static void initCause(java.lang.Throwable, java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/Throwable;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.lang.Throwable throwable
        start local 1 // java.lang.Throwable cause
         0: .line 70
            getstatic org.apache.http.util.ExceptionUtils.INIT_CAUSE_METHOD:Ljava/lang/reflect/Method;
            ifnull 4
         1: .line 72
            getstatic org.apache.http.util.ExceptionUtils.INIT_CAUSE_METHOD:Ljava/lang/reflect/Method;
            aload 0 /* throwable */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* cause */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 73
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: pop
         4: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // java.lang.Throwable throwable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0  throwable  Ljava/lang/Throwable;
            0    5     1      cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      throwable  final
      cause      final

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.util.ExceptionUtils this
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            return
        end local 0 // org.apache.http.util.ExceptionUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/http/util/ExceptionUtils;
}
SourceFile: "ExceptionUtils.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()