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, toString
public LuceneIndexSnapshotException(String message)
public LuceneIndexSnapshotException(String message, IndexSnapshotError error)
public LuceneIndexSnapshotException(String message, IndexSnapshotError error, Throwable cause)
public IndexSnapshotError getError()
Copyright © 2003–2020 Atlassian. All rights reserved.