org.apache.lucene.limit
Class ExcessiveWorkException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by ExcessiveWorkException
All Implemented Interfaces:
Serializable

public class ExcessiveWorkException
extends IOException

Thrown when the maximum amount of work for a query has been exceeded. This is derived from IOException instead of just Exception because it may be thrown inside Lucene methods that are only prepared to handle IOExceptions.

See Also:
Serialized Form

Constructor Summary
ExcessiveWorkException()
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExcessiveWorkException

public ExcessiveWorkException()