* removing the corresponding subscriptions.
*/
private void doReact(AgentId from, ExceptionReply rep) {
if (logger.isLoggable(BasicLevel.DEBUG))
logger.log(BasicLevel.DEBUG, "UserAgent.doReact(" + from + ',' + rep + ')');
MomException exc = rep.getException();
// The exception comes from a topic refusing the access: deleting the subs.
if (exc instanceof AccessException) {
if (logger.isLoggable(BasicLevel.DEBUG))
logger.log(BasicLevel.DEBUG, " -> topicsTable.remove(" + from + ')');