用try catch就可以,也可以直接用throw new +异常名字。
如果网络中断,webservice抛出的是RemoteException,catch住即可。try{}catch(RemoteException conExp){}
呵呵……………………