Class NotFoundException

All Implemented Interfaces:
Serializable

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

    • NotFoundException

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