WeixinException("-1","xxx")->WeixinException("xxx")

This commit is contained in:
jy.hu
2014-12-24 00:00:03 +08:00
parent 788869f183
commit 96b3080c2d
13 changed files with 36 additions and 46 deletions
@@ -232,7 +232,7 @@ public class HttpRequest {
throw new WeixinException(response.getAsString());
}
} catch (IOException e) {
throw new WeixinException("-1", e.getMessage());
throw new WeixinException(e.getMessage());
} finally {
request.releaseConnection();
}