Class ForbiddenException

All Implemented Interfaces:
Serializable

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

    • ForbiddenException

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