Printing error message happened while finding VM
This commit is contained in:
Родитель
5d7ffd510f
Коммит
f2b87f3483
|
@ -64,6 +64,7 @@ public class VMWareImpl implements IVMWare {
|
|||
try {
|
||||
vmMor = getVMMorByName(vmName);
|
||||
} catch (Exception exp) {
|
||||
System.out.println(exp.getMessage() != null ? exp.getMessage() : "Unknown error occured");
|
||||
failedVmList += vmName + " ";
|
||||
continue;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче