Class PaymentRequiredException

All Implemented Interfaces:
Serializable

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

    • PaymentRequiredException

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