Class ServiceUnavailableException

All Implemented Interfaces:
Serializable

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

    • ServiceUnavailableException

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