Class MergePolicy.MergeAbortedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.lucene.index.MergePolicy.MergeAbortedException
All Implemented Interfaces:
Serializable
Enclosing class:
MergePolicy

public static class MergePolicy.MergeAbortedException extends IOException
Thrown when a merge was explicitly aborted because IndexWriter.abortMerges() was called. Normally this exception is privately caught and suppressed by IndexWriter.
See Also: