
es.prodevelop.pui9.elasticsearch.exceptions.PuiElasticSearchNoNodesException Maven / Gradle / Ivy
package es.prodevelop.pui9.elasticsearch.exceptions;
/**
* ElasticSearch exception when it is not connected to any Node
*
* @author Marc Gil - [email protected]
*/
public class PuiElasticSearchNoNodesException extends AbstractPuiElasticSearchException {
private static final long serialVersionUID = 1L;
public static final Integer CODE = 308;
public PuiElasticSearchNoNodesException() {
super(CODE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy