Class SearchPlatformFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.jira.JiraException
com.atlassian.jira.search.exception.IndexOperationException
com.atlassian.jira.search.exception.SearchPlatformFailureException
- All Implemented Interfaces:
Serializable
Thrown when an exception is thrown by the underlying search platform (i.e. Lucene or OpenSearch)
- Since:
- 10.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchPlatformFailureException(String message) SearchPlatformFailureException(String message, Exception cause) SearchPlatformFailureException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SearchPlatformFailureException
-
SearchPlatformFailureException
-
SearchPlatformFailureException
-