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

public class LuceneIndexSnapshotException extends RuntimeException
Exception when creating or restoring a new Lucene snapshot
Since:
7.6.0
See Also:
  • Constructor Details

    • LuceneIndexSnapshotException

      public LuceneIndexSnapshotException(String message)
    • LuceneIndexSnapshotException

      public LuceneIndexSnapshotException(String message, IndexSnapshotError error)
    • LuceneIndexSnapshotException

      public LuceneIndexSnapshotException(String message, Throwable cause)
    • LuceneIndexSnapshotException

      public LuceneIndexSnapshotException(String message, IndexSnapshotError error, Throwable cause)
  • Method Details

    • getError

      public IndexSnapshotError getError()
      Returns:
      an error code which describes why snapshot creation/restoration failed