Package org.hibernate.search.util.common
Class SearchTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.search.util.common.SearchException
org.hibernate.search.util.common.SearchTimeoutException
- All Implemented Interfaces:
Serializable
Represent a timeout during a Hibernate Search operation.
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.search.util.common.SearchException
SEARCH_EXCEPTION_AND_SUBCLASSES_CAN_USE_CONSTRUCTOR
-
Constructor Summary
ConstructorDescriptionSearchTimeoutException
(String message) SearchTimeoutException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.hibernate.search.util.common.SearchException
context, messageWithoutContext
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SearchTimeoutException
-
SearchTimeoutException
@SuppressForbiddenApis(reason="SearchException and its subclasses are allowed to use SearchException constructors without delegating to Jboss-Logging.") public SearchTimeoutException(String message)
-