net.conquiris.api.search
Class IndexNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.conquiris.api.search.SearchException
                  extended by net.conquiris.api.search.IndexNotAvailableException
All Implemented Interfaces:
Serializable

public class IndexNotAvailableException
extends SearchException

Exception thrown when there's an error accessing an index during search.

Author:
Andres Rodriguez
See Also:
Serialized Form

Constructor Summary
IndexNotAvailableException()
           
IndexNotAvailableException(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

IndexNotAvailableException

public IndexNotAvailableException(Throwable cause)

IndexNotAvailableException

public IndexNotAvailableException()


Copyright © 2012 Derquinse Projects.. All Rights Reserved.