}
@Override public void connectionClose(Channel context, ConnectionClose connectionClose)
{
super.connectionClose(context, connectionClose);
ErrorCode errorCode = ErrorCode.get(connectionClose.getReplyCode().getValue());
if (_closedListner == null && errorCode != ErrorCode.NO_ERROR)
{
throw new RuntimeException
(new QpidException("Server closed the connection: Reason " +
connectionClose.getReplyText(),