mirror of https://github.com/apache/activemq.git
no jira - init throwable cause to identify error on shutdown
This commit is contained in:
parent
d5df23b8fb
commit
a000a73431
|
@ -826,7 +826,7 @@ public class RegionBroker extends EmptyBroker {
|
|||
return getBrokerService().getBroker();
|
||||
} catch (Exception e) {
|
||||
LOG.error("Trying to get Root Broker", e);
|
||||
throw new RuntimeException("The broker from the BrokerService should not throw an exception");
|
||||
throw new RuntimeException("The broker from the BrokerService should not throw an exception", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue