276277278279280281282283284285286
because = e.getCause().toString(); } AMQVMBrokerCreationException amqbce = new AMQVMBrokerCreationException(null, port, because + " Stopped InVM Qpid.AMQP creation", null); amqbce.initCause(e); throw amqbce; } return provider; }