List of usage examples for org.apache.solr.common SolrException subclass-usage
From source file org.codice.solr.client.solrj.UnavailableSolrException.java
/** Exception thrown when the Solr server or a core is not available. */ public class UnavailableSolrException extends SolrException { private static final long serialVersionUID = 6220554636663010299L; public UnavailableSolrException(String message, @Nullable Throwable cause) { super(ErrorCode.SERVICE_UNAVAILABLE, message, cause);
From source file org.vootoo.common.VootooException.java
/** * @author chenlb on 2015-06-01 16:33. */ public class VootooException extends SolrException { public enum VootooErrorCode {