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

public class IndexOperationException extends JiraException
Exception thrown when an index operation fails
Since:
10.4
See Also:
  • Constructor Details

    • IndexOperationException

      public IndexOperationException(String message)
    • IndexOperationException

      public IndexOperationException(Throwable throwable)
    • IndexOperationException

      public IndexOperationException(String message, Exception cause)