net.sourceforge.atunes.kernel.modules.search
Class SearchIndexNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.atunes.kernel.modules.search.SearchIndexNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class SearchIndexNotAvailableException
extends java.lang.Exception

This class represents an exception thrown when an attribute of a query has no Lucene index.

See Also:
Serialized Form

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

SearchIndexNotAvailableException

public SearchIndexNotAvailableException()


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.