public class LuceneIndexSnapshotException extends RuntimeException
| Constructor and Description |
|---|
LuceneIndexSnapshotException(String message) |
LuceneIndexSnapshotException(String message,
IndexSnapshotError error) |
LuceneIndexSnapshotException(String message,
IndexSnapshotError error,
Throwable cause) |
LuceneIndexSnapshotException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
IndexSnapshotError |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LuceneIndexSnapshotException(String message)
public LuceneIndexSnapshotException(String message, IndexSnapshotError error)
public LuceneIndexSnapshotException(String message, IndexSnapshotError error, Throwable cause)
public IndexSnapshotError getError()
Copyright © 2003–2022 Atlassian. All rights reserved.