Class UnauthorizedException

All Implemented Interfaces:
Serializable

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

    • UnauthorizedException

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