protected CampaignClient(String ipServer, int port, String specificDic,
String globalPath, MyKryoInit kryoInit) {
try {
this.manager = new DocumentManager(ipServer, port, specificDic,
globalPath, kryoInit);
} catch (IOException e) {
Logger.getLogger(getClass()).error("Impossible de se connecter", e);
throw new ExceptionInInitializerError(e);
}