}
public void informMoved(AID agentID, Location where) throws ServiceException, JADESecurityException, NotFoundException, IMTPException {
GenericCommand cmd = new GenericCommand(AgentMobilityHelper.INFORM_MOVED, AgentMobilitySlice.NAME, null);
cmd.addParam(agentID);
cmd.addParam(where);
// Set the credentials of the moving agent
myService.initCredentials(cmd, agentID);
Object lastException = myService.submit(cmd);
if(lastException != null) {