Class NotAcceptableException

All Implemented Interfaces:
Serializable

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

    • NotAcceptableException

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