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

es.prodevelop.pui9.elasticsearch.exceptions.PuiElasticSearchExistsIndexException Maven / Gradle / Ivy

package es.prodevelop.pui9.elasticsearch.exceptions;

/**
 * ElasticSearch exception when checking if an index exists or not in the server
 * 
 * @author Marc Gil - [email protected]
 */
public class PuiElasticSearchExistsIndexException extends AbstractPuiElasticSearchException {

	private static final long serialVersionUID = 1L;

	public static final Integer CODE = 304;

	public PuiElasticSearchExistsIndexException(String indices) {
		super(CODE, indices);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy