public class org.apache.lucene.index.MergePolicy$MergeAbortedException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.index.MergePolicy$MergeAbortedException
  super_class: java.io.IOException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MergePolicy$MergeAbortedException this
         0: .line 529
            aload 0 /* this */
            ldc "merge is aborted"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 530
            return
        end local 0 // org.apache.lucene.index.MergePolicy$MergeAbortedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/MergePolicy$MergeAbortedException;

  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.lucene.index.MergePolicy$MergeAbortedException this
        start local 1 // java.lang.String message
         0: .line 535
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 536
            return
        end local 1 // java.lang.String message
        end local 0 // org.apache.lucene.index.MergePolicy$MergeAbortedException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/lucene/index/MergePolicy$MergeAbortedException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "MergePolicy.java"
NestHost: org.apache.lucene.index.MergePolicy
InnerClasses:
  public MergeAbortedException = org.apache.lucene.index.MergePolicy$MergeAbortedException of org.apache.lucene.index.MergePolicy