Package org.elasticsearch.http
Class HttpReadTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.http.HttpReadTimeoutException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionHttpReadTimeoutException
(long readTimeoutMillis) HttpReadTimeoutException
(long readTimeoutMillis, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpReadTimeoutException
public HttpReadTimeoutException(long readTimeoutMillis) -
HttpReadTimeoutException
-