欢迎投稿

今日深度:

solr IndexException,

solr IndexException,


package com.paic.wcm.search.client;


/**
 * 索引异常
 * @author WANGQIANG406
 *
 */
public class IndexException extends Exception
{
  private static final long serialVersionUID = -8753443659528231540L;


  public IndexException()
  {
  }


  public IndexException(String message)
  {
    super(message);
  }


  public IndexException(String message, Throwable cause) {
    super(message, cause);
  }


  public IndexException(Throwable cause) {
    super(cause);
  }
}

www.htsjk.Com true http://www.htsjk.com/solr/29951.html NewsArticle solr IndexException, package com.paic.wcm.search.client; /**  * 索引异常  * @author WANGQIANG406  *  */ public class IndexException extends Exception {   private static final long serialVersionUID = -8753443659528231540L;   publ...
相关文章
    暂无相关文章
评论暂时关闭