bug 10062: better error message

status 10062: resolved fixed
This commit is contained in:
Abhinandan Prateek 2011-06-15 09:56:42 +05:30
parent 2be4542a8e
commit 61cdbd0e1f
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
}
}
if (dest == null) {
throw new InsufficientServerCapacityException("Unable to create a deployment for " + vmProfile, DataCenter.class, plan.getDataCenterId());
throw new InsufficientServerCapacityException("Unable to create a deployment for " + vmProfile + " due to lack of VLAN available.", DataCenter.class, plan.getDataCenterId());
}
}