Class BadGatewayException

All Implemented Interfaces:
Serializable

public class BadGatewayException extends InfluxException
The exception is thrown if a HTTP 502 response code arrived - Bad Gateway.
Author:
Jakub Bednar (bednar@github) (04/10/2018 13:16)
See Also:
  • Constructor Details

    • BadGatewayException

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