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);
}
}
/**
* 索引异常
* @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);
}
}