Package org.projectnessie.client.http
Class HttpClientReadTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projectnessie.client.http.HttpClientException
org.projectnessie.client.http.HttpClientReadTimeoutException
- All Implemented Interfaces:
Serializable
Specialization of HttpClientException in the case of a timeout while waiting to read the
response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpClientReadTimeoutException(String message) HttpClientReadTimeoutException(String message, Throwable 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
-
HttpClientReadTimeoutException
public HttpClientReadTimeoutException() -
HttpClientReadTimeoutException
-
HttpClientReadTimeoutException
-
HttpClientReadTimeoutException
-