}
} finally {
currentStateTransferSource = null;
}
if (!success) throw new StateTransferException("Unable to fetch state on startup");
} else {
throw new StateTransferException("Transport does not, or is not configured to, support state transfer. Please disable fetching state on startup, or reconfigure your transport.");
}
}