logger.fatal("no way to manage this exception " + e.getMessage());
} catch (TimeoutException e) {
logger.error(e.getMessage());
if(synchronous == false) {
logger.error(" re-adding in queue " +
request.debugString());
addMTToSend(info);
}
} catch (PDUException e) {
logger.fatal("no way to manage this exception " + e.getMessage());
} catch (WrongSessionStateException e) {