Class RequestEntityTooLargeException

All Implemented Interfaces:
Serializable

public class RequestEntityTooLargeException extends InfluxException
The exception is thrown if a HTTP 413 response code arrived - Request Entity Too Large.
Author:
Jakub Bednar (bednar@github) (04/03/2019 11:37)
See Also:
  • Constructor Details

    • RequestEntityTooLargeException

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