logger.log(BasicLevel.DEBUG, "", exc);
localConnections.increaseFailedLoginCount();
throw new JMSException(exc.getMessage());
}
OpenConnectionNot ocn = new OpenConnectionNot(false, 0);
try {
ocn.invoke(proxyId);
ctx = (StandardConnectionContext) ocn.getConnectionContext();
creationDate = new Date();
} catch (Exception exc) {
if (logger.isLoggable(BasicLevel.DEBUG))
logger.log(BasicLevel.DEBUG, "", exc);
JMSException jmse = new JMSException(exc.getMessage());