All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.polyglotted.elastic.search.SearcherException Maven / Gradle / Ivy

There is a newer version: 6.8.5
Show newest version
package io.polyglotted.elastic.search;

import io.polyglotted.elastic.client.ElasticException;

@SuppressWarnings({"serial", "WeakerAccess"})
public class SearcherException extends ElasticException {
    public SearcherException(String message) { super(message); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy