com.atlassian.jira.index
Class IndexingFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
IndexingFailureException(int failures)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexingFailureException

public IndexingFailureException(int failures)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2002-2014 Atlassian. All Rights Reserved.