public final class org.apache.lucene.util.ThreadInterruptedException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.ThreadInterruptedException
  super_class: java.lang.RuntimeException
{
  public void <init>(java.lang.InterruptedException);
    descriptor: (Ljava/lang/InterruptedException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.ThreadInterruptedException this
        start local 1 // java.lang.InterruptedException ie
         0: .line 27
            aload 0 /* this */
            aload 1 /* ie */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 28
            return
        end local 1 // java.lang.InterruptedException ie
        end local 0 // org.apache.lucene.util.ThreadInterruptedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/ThreadInterruptedException;
            0    2     1    ie  Ljava/lang/InterruptedException;
    MethodParameters:
      Name  Flags
      ie    
}
SourceFile: "ThreadInterruptedException.java"