Class GatewayTimeoutException

All Implemented Interfaces:
Serializable

public class GatewayTimeoutException extends InfluxException
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 Details

    • GatewayTimeoutException

      public GatewayTimeoutException(@Nullable @Nullable retrofit2.Response<?> cause)