Uses of Class
org.elasticsearch.client.ResponseException
-
Packages that use ResponseException Package Description org.elasticsearch.client -
-
Uses of ResponseException in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ResponseException Modifier and Type Method Description protected ElasticsearchStatusExceptionRestHighLevelClient. parseResponseException(ResponseException responseException)Converts aResponseExceptionobtained from the low level REST client into anElasticsearchException.
-