/* */ }
/* */ catch (Throwable th)
/* */ {
/* 199 */ if ((timeout != null) && ((th.getCause() instanceof SocketTimeoutException)))
/* */ {
/* 201 */ throw new WSTimeoutException("Timeout after: " + timeout + "ms", new Long(timeout.toString()).longValue());
/* */ }
/* */
/* 204 */ io = new IOException("Could not transmit message");
/* 205 */ io.initCause(th);
/* 206 */ }throw io;