96979899100101102103104
executor = transportAuthenticationProvider.authenticate(executor, context); deliverPackage(executor, replicationPackage, replicationEndpoint); } catch (Exception ex) { throw new ReplicationTransportException(ex); } }
120121122123124125126127128
}); } else { throw new IOException("response is empty"); } } catch (Exception ex) { throw new ReplicationTransportException(ex); } }
180181182183184185186187188
} return result; } catch (Exception ex) { throw new ReplicationTransportException(ex); } }