myLogger.log(Logger.FINE,"Cloned Agent " + newID + " correctly created on destination container");
}
catch (IOException ioe) {
// Error in agent serialization
throw new IMTPException("I/O serialization error in handleInformCloned()", ioe);
}
catch(ServiceException se) {
throw new IMTPException("Destination container not found in handleInformCloned()", se);
}
//catch(Exception e){
//throw new IMTPException("Error accessing to agent's code in handleInformCloned()", e);
//}
finally {