org.hibernate.search.query.engine.spi
Interface TimeoutExceptionFactory


public interface TimeoutExceptionFactory

The internal engine will use this exception factory to throw exceptions of an appropriate type according to a specific API.

Author:
Sanne Grinovero (C) 2011 Red Hat Inc.

Method Summary
 RuntimeException createTimeoutException(String message, org.apache.lucene.search.Query query)
           
 

Method Detail

createTimeoutException

RuntimeException createTimeoutException(String message,
                                        org.apache.lucene.search.Query query)


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved