Package com.influxdb.exceptions
Class GatewayTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.influxdb.exceptions.InfluxException
com.influxdb.exceptions.GatewayTimeoutException
- All Implemented Interfaces:
Serializable
The exception is thrown if an HTTP 504 response code arrived - Gateway Timeout.
- Author:
- Jakub Bednar (bednar@github) (06/23/2022 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
-
GatewayTimeoutException
public GatewayTimeoutException(@Nullable @Nullable retrofit2.Response<?> cause)
-