
es.prodevelop.pui9.elasticsearch.exceptions.PuiElasticSearchCreateIndexException Maven / Gradle / Ivy
package es.prodevelop.pui9.elasticsearch.exceptions;
/**
* ElasticSearch exception when creating a new index in the server
*
* @author Marc Gil - [email protected]
*/
public class PuiElasticSearchCreateIndexException extends AbstractPuiElasticSearchException {
private static final long serialVersionUID = 1L;
public static final Integer CODE = 302;
public PuiElasticSearchCreateIndexException(String index) {
super(CODE, index);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy