Class IndexOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.jira.JiraException
com.atlassian.jira.search.exception.IndexOperationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BulkIndexOperationsException,IndexVersionConflictException,OpenSearchIndexException,SearchPlatformFailureException
Exception thrown when an index operation fails
- Since:
- 10.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexOperationException(String message) IndexOperationException(String message, Exception cause) IndexOperationException(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
-
IndexOperationException
-
IndexOperationException
-
IndexOperationException
-