Package com.influxdb.exceptions
Class RequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.influxdb.exceptions.InfluxException
com.influxdb.exceptions.RequestTimeoutException
- All Implemented Interfaces:
Serializable
The exception is thrown if a HTTP 408 response code arrived - Request Timeout.
- Author:
- Jakub Bednar (bednar@github) (04/10/2018 13:16)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.influxdb.exceptions.InfluxException
errorBody, getMessage, headers, reference, status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestTimeoutException
public RequestTimeoutException(@Nullable retrofit2.Response<?> cause)
-