Class BadRequestException

All Implemented Interfaces:
Serializable

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

    • BadRequestException

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