/* 108 */ String msg = "Caught Throwable on underlying remoting connection";
/* 109 */ log.error(this + ": " + "Caught Throwable on underlying remoting connection", throwable);
/* 110 */ jmsException = new JMSException("Caught Throwable on underlying remoting connection: " + throwable.getMessage());
/* */ }
/* */
/* 113 */ jmsExceptionListenerCopy.onException(jmsException);
/* */ }
/* */ }
/* */
/* */ public synchronized void setDelegateListener(ConnectionFailureListener l)
/* */ {