270271272273274275276277278279280
{ if (lastException instanceof UnresolvedAddressException) { e = new AMQUnresolvedAddressException(message, _failoverPolicy.getCurrentBrokerDetails().toString()); } e.initCause(lastException); } throw e; } }