git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1143604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-07-06 23:07:03 +00:00
parent 1ec990575d
commit 060f97dd87
1 changed files with 5 additions and 5 deletions

View File

@ -213,7 +213,7 @@ public class HttpTunnelServlet extends HttpServlet {
HashMap options = new HashMap(transportOptions);
transport = transportFactory.serverConfigure(answer, null, options);
} catch (Exception e) {
IOExceptionSupport.create(e);
throw IOExceptionSupport.create(e);
}
// Wait for the transport to be connected or disposed.