//we get there because to tried to close the connection and it failed
//either from the catch a few lines above or directly from rep->execute
m_parent.m_lc.log(LOG_ERR,"tried to report endOfSession(WithError) and got an exception, cant do much more");
std::stringstreamssEx;
ssEx<<"Tried to report endOfSession or endofSessionWithErrors and got a castor exception, cant do much more. The exception is the following: "<<e.getMessageValue();
//we get there because to tried to close the connection and it failed
//either from the catch a few lines above or directly from rep->execute
std::stringstreamssEx;
ssEx<<"Tried to report endOfSession or endofSessionWithErrors and got a CTA exception, cant do much more. The exception is the following: "<<e.getMessageValue();
//we get there because to tried to close the connection and it failed
//either from the catch a few lines above or directly from rep->execute
std::stringstreamssEx;
ssEx<<"Tried to report endOfSession or endofSessionWithErrors and got a standard exception, cant do much more. The exception is the following: "<<e.what();