Package org.infinispan.query
Class SearchTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.query.SearchTimeoutException
-
- All Implemented Interfaces:
Serializable
public class SearchTimeoutException extends RuntimeException
Thrown when a query timeout occurs.- Since:
- 11.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchTimeoutException()SearchTimeoutException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SearchTimeoutException
public SearchTimeoutException()
-
SearchTimeoutException
public SearchTimeoutException(String msg)
-
-