use of org.mule.runtime.core.privileged.transport.LegacyConnector in project mule by mulesoft.
the class AbstractLifecycleManager method doOnConnectException.
protected void doOnConnectException(ConnectException ce) throws LifecycleException {
MuleContext muleContext = ((LegacyConnector) ce.getFailed()).getMuleContext();
muleContext.getExceptionListener().handleException(ce);
}
Aggregations