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
public class SearchTimeoutException extends SearchException
Represent a timeout during a Hibernate Search operation.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.util.common.SearchException
SEARCH_EXCEPTION_AND_SUBCLASSES_CAN_USE_CONSTRUCTOR
-
-
Constructor Summary
Constructors Constructor Description SearchTimeoutException(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 Detail
-
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)
-
-