+ final SignalAccountFiles signalAccountFiles;
+ try {
+ signalAccountFiles = new SignalAccountFiles(configPath,
+ serviceEnvironment,
+ BaseConfig.USER_AGENT,
+ trustNewIdentity);
+ } catch (IOException e) {
+ throw new IOErrorException("Failed to read local accounts list", e);
+ }