Class SearchTimeoutException

All Implemented Interfaces:
Serializable

public class SearchTimeoutException extends SearchException
Represent a timeout during a Hibernate Search operation.
See Also:
  • Constructor Details

    • SearchTimeoutException

      @SuppressForbiddenApis(reason="SearchException and its subclasses are allowed to use SearchException constructors without delegating to Jboss-Logging.") public SearchTimeoutException(String message, Throwable cause)
    • SearchTimeoutException

      @SuppressForbiddenApis(reason="SearchException and its subclasses are allowed to use SearchException constructors without delegating to Jboss-Logging.") public SearchTimeoutException(String message)