Class LuceneIndexSnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.internal.index.lucene.snapshot.LuceneIndexSnapshotException
- All Implemented Interfaces:
- Serializable
Exception when creating or restoring a new Lucene snapshot
- Since:
- 7.6.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLuceneIndexSnapshotException(String message) LuceneIndexSnapshotException(String message, IndexSnapshotError error) LuceneIndexSnapshotException(String message, IndexSnapshotError error, Throwable cause) LuceneIndexSnapshotException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LuceneIndexSnapshotException
- 
LuceneIndexSnapshotException
- 
LuceneIndexSnapshotException
- 
LuceneIndexSnapshotException
 
- 
- 
Method Details- 
getError- Returns:
- an error code which describes why snapshot creation/restoration failed
 
 
-