public class

IndexIOException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.confluence.search.didyoumean.IndexIOException

Class Overview

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

Summary

Public Constructors
IndexIOException()
IndexIOException(String message)
IndexIOException(String message, Throwable cause)
IndexIOException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IndexIOException ()

public IndexIOException (String message)

public IndexIOException (String message, Throwable cause)

public IndexIOException (Throwable cause)