Class RequestTimeoutException

All Implemented Interfaces:
Serializable

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

    • RequestTimeoutException

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