The following document contains the results of PMD's CPD 4.3.
| File | Line |
|---|---|
| org/redhat/vmtruckloader/vmware/action/EditMachineCallback.java | 91 |
| org/redhat/vmtruckloader/vmware/action/MoveVirtualMachineToNetworkCallback.java | 101 |
task.waitForTask();
} catch (InvalidName e) {
throw new IllegalArgumentException(e);
} catch (VmConfigFault e) {
throw new IllegalArgumentException(e);
} catch (DuplicateName e) {
throw new IllegalArgumentException(e);
} catch (TaskInProgress e) {
throw new IllegalStateException(e);
} catch (FileFault e) {
throw new IllegalStateException(e);
} catch (InvalidState e) {
throw new IllegalStateException(e);
} catch (ConcurrentAccess e) {
throw new IllegalStateException(e);
} catch (InvalidDatastore e) {
throw new IllegalStateException(e); | |