com.atlassian.confluence.search.didyoumean
Class IndexIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.confluence.search.didyoumean.IndexIOException
All Implemented Interfaces:
Serializable

public class IndexIOException
extends RuntimeException

Runtime exception to indicate that there was an error reading from the index.

See Also:
Serialized Form

Constructor Summary
IndexIOException()
           
IndexIOException(String message)
           
IndexIOException(String message, Throwable cause)
           
IndexIOException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

IndexIOException

public IndexIOException()

IndexIOException

public IndexIOException(String message)

IndexIOException

public IndexIOException(String message,
                        Throwable cause)

IndexIOException

public IndexIOException(Throwable cause)


Copyright © 2003-2012 Atlassian. All Rights Reserved.