OpenSearch/plugins/delete-by-query/src
Simon Willnauer 7db293c616 Generify Index and Shard exceptions
Today we have a intermediate hierarchy for shard and index exceptions
which makes it hard to introduce generic exceptions like ResourceNotFoundException
intoduced in this commit. This commit breaks up the hierarchy by adding index and shard
as a special internal header that gets rendered for every exception that fills that header.
This commit removes dedicated exceptions like `IndexMissingException` or
`IndexShardMissingException` in favour of `ResourceNotFoundException`
2015-07-14 16:31:49 +02:00
..
main Internal: refactored MetaData to split the concrete index name resolution to IndexNameExpressionResolver. 2015-07-10 15:18:28 +02:00
test/java/org/elasticsearch Generify Index and Shard exceptions 2015-07-14 16:31:49 +02:00