ACLMessage aclSub = (ACLMessage) s.getMessage();
subscriptions.put(dfdTemplate, s);
}catch(Exception e){
if(logger.isLoggable(Logger.SEVERE))
logger.log(Logger.SEVERE,"Subscribe error: "+e.getMessage());
throw new NotUnderstoodException(e.getMessage());
}
}