Class MethodNotAllowedException

All Implemented Interfaces:
Serializable

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

    • MethodNotAllowedException

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