EWS: do not catch socket exception in executeMethod

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2087 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2013-04-10 08:19:37 +00:00
parent 899290b18d
commit aea91748cb
1 changed files with 0 additions and 3 deletions

View File

@ -2222,9 +2222,6 @@ public class EwsExchangeSession extends ExchangeSession {
serverVersion = ewsMethod.getServerVersion();
}
ewsMethod.checkSuccess();
} catch (SocketException e) {
LOGGER.error(e + " " + e.getMessage(), e);
throw new EWSException(e + " " + e.getMessage());
} finally {
ewsMethod.releaseConnection();
}