Package com.influxdb.exceptions
Class UnprocessableEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.influxdb.exceptions.InfluxException
com.influxdb.exceptions.UnprocessableEntityException
- All Implemented Interfaces:
Serializable
Indicates that the server understands the content type of the request entity, and the syntax of the request entity
is correct, but it was unable to process the contained instructions.
- Author:
- Jakub Bednar (bednar@github) (01/02/2019 12:18)
- 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
-
UnprocessableEntityException
public UnprocessableEntityException(@Nullable retrofit2.Response<?> cause)
-