commandHandler.handleMultiLocalCommand(command, multiAccountManager);
} catch (IOException e) {
throw new IOErrorException("Failed to load local accounts file", e);
+ } catch (AccountCheckException e) {
+ throw new UnexpectedErrorException("Failed to load account file", e);
}
}