143144145146147148149150151
public void doConnect() throws ConnectException { try { createConnectionFactory(); } catch (Exception e) { throw new ConnectException(e, this); } super.doConnect(); }