- 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