![JAR search and dependency download from the Maven repository](/logo.png)
de.otto.flummi.InvalidElasticsearchResponseException Maven / Gradle / Ivy
The newest version!
package de.otto.flummi;
public class InvalidElasticsearchResponseException extends RuntimeException {
public InvalidElasticsearchResponseException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy