mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
changed versionAdded now that #37767 is backedported
This commit is contained in:
parent
1151f3b3ff
commit
5a9dadb3ff
@ -1012,7 +1012,7 @@ public class ElasticsearchException extends RuntimeException implements ToXConte
|
||||
SNAPSHOT_IN_PROGRESS_EXCEPTION(org.elasticsearch.snapshots.SnapshotInProgressException.class,
|
||||
org.elasticsearch.snapshots.SnapshotInProgressException::new, 151, Version.V_7_0_0),
|
||||
NO_SUCH_REMOTE_CLUSTER_EXCEPTION(org.elasticsearch.transport.NoSuchRemoteClusterException.class,
|
||||
org.elasticsearch.transport.NoSuchRemoteClusterException::new, 152, Version.V_7_0_0);
|
||||
org.elasticsearch.transport.NoSuchRemoteClusterException::new, 152, Version.V_6_7_0);
|
||||
|
||||
final Class<? extends ElasticsearchException> exceptionClass;
|
||||
final CheckedFunction<StreamInput, ? extends ElasticsearchException, IOException> constructor;
|
||||
|
Loading…
x
Reference in New Issue
Block a user