Class IndexingFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.index.IndexingFailureException
All Implemented Interfaces:
Serializable

public class IndexingFailureException extends RuntimeException
Exception indicating some errors occurred during the indexing process.
Since:
v6.1
See Also:
  • Constructor Details

    • IndexingFailureException

      public IndexingFailureException(int failures)
    • IndexingFailureException

      public IndexingFailureException(String message)
    • IndexingFailureException

      public IndexingFailureException(String message, Throwable cause)