出现异常时抛出

web_backend_develope
chenlw 8 years ago
parent f41d3fedf3
commit be89f19712

@ -5,6 +5,7 @@ import java.util.Map;
import org.apache.log4j.Logger;
import com.base.CustomException;
import com.base.MyException;
import com.base.PostData;
import com.google.gson.Gson;
@ -49,6 +50,7 @@ public class RemoveData {
} catch (Exception e) {
log.error(rest);
log.error(e);
throw new CustomException("请求gfs服务异常 -- data/removeData ", e, rest);
}
return reslut;
}

Loading…
Cancel
Save