class AbortingException
extends java.lang.Exception
IndexWriter methods when an IOException would cause it to
lose previously indexed documents. When this happens, the IndexWriter is forcefully
closed, using IndexWriter.rollback()).| Modifier | Constructor and Description |
|---|---|
private |
AbortingException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static AbortingException |
wrap(java.lang.Throwable t) |
public static AbortingException wrap(java.lang.Throwable t)