Package com.influxdb.exceptions
Class NotAcceptableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.influxdb.exceptions.InfluxException
com.influxdb.exceptions.NotAcceptableException
- All Implemented Interfaces:
Serializable
The exception is thrown if a HTTP 406 response code arrived - Not Acceptable.
- Author:
- Jakub Bednar (bednar@github) (04/10/2018 13:16)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.influxdb.exceptions.InfluxException
errorBody, getMessage, headers, reference, status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAcceptableException
public NotAcceptableException(@Nullable retrofit2.Response<?> cause)
-