Uses of Class
org.elasticsearch.ElasticsearchStatusException
-
Packages that use ElasticsearchStatusException Package Description org.elasticsearch org.elasticsearch.client org.elasticsearch.rest -
-
Uses of ElasticsearchStatusException in org.elasticsearch
Subclasses of ElasticsearchStatusException in org.elasticsearch Modifier and Type Class Description classElasticsearchSecurityExceptionGeneric security exception -
Uses of ElasticsearchStatusException in org.elasticsearch.client
Methods in org.elasticsearch.client that return ElasticsearchStatusException Modifier and Type Method Description protected ElasticsearchStatusExceptionRestHighLevelClient. parseResponseException(ResponseException responseException)Converts aResponseExceptionobtained from the low level REST client into anElasticsearchException. -
Uses of ElasticsearchStatusException in org.elasticsearch.rest
Methods in org.elasticsearch.rest that return ElasticsearchStatusException Modifier and Type Method Description static ElasticsearchStatusExceptionBytesRestResponse. errorFromXContent(XContentParser parser)
-