public void execute() {
String passwd = _mgr.getVMPassword(this);
if (passwd == null || passwd.equals(""))
throw new InvalidParameterException("No password for VM with id '" + getId() + "' found.");
this.setResponseObject(new GetVMPasswordResponse(getCommandName(), passwd));
}