public class org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException extends java.io.IOException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException
super_class: java.io.IOException
{
public void <init>(java.lang.Throwable, org.apache.lucene.index.TwoPhaseCommit);
descriptor: (Ljava/lang/Throwable;Lorg/apache/lucene/index/TwoPhaseCommit;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 // org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException this
start local 1 // java.lang.Throwable cause
start local 2 // org.apache.lucene.index.TwoPhaseCommit obj
0: .line 42
aload 0 /* this */
new java.lang.StringBuilder
dup
ldc "prepareCommit() failed on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2 /* obj */
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 1 /* cause */
invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
1: .line 43
return
end local 2 // org.apache.lucene.index.TwoPhaseCommit obj
end local 1 // java.lang.Throwable cause
end local 0 // org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/TwoPhaseCommitTool$PrepareCommitFailException;
0 2 1 cause Ljava/lang/Throwable;
0 2 2 obj Lorg/apache/lucene/index/TwoPhaseCommit;
MethodParameters:
Name Flags
cause
obj
}
SourceFile: "TwoPhaseCommitTool.java"
NestHost: org.apache.lucene.index.TwoPhaseCommitTool
InnerClasses:
public PrepareCommitFailException = org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException of org.apache.lucene.index.TwoPhaseCommitTool