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

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

package es.prodevelop.pui9.elasticsearch.exceptions;

/**
 * ElasticSearch exception when a view is blocked temporally from using in
 * ElasticSearch
 * 
 * @author Marc Gil - [email protected]
 */
public class PuiElasticSearchViewBlockedException extends PuiElasticSearchSearchException {

	private static final long serialVersionUID = 1L;

	public static final Integer CODE = 310;

	public PuiElasticSearchViewBlockedException(String view) {
		super(CODE, view);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy