Class ProxyAuthenticationRequiredException

All Implemented Interfaces:
Serializable

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

    • ProxyAuthenticationRequiredException

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