vm.setNetwork(net.toString());
vm.setAssociationsNeeded(assocs);
try {
this.backOutIPAllocations(vm);
} catch (WorkspaceException e) {
final ExceptionDuringBackoutHandlerException f =
new ExceptionDuringBackoutHandlerException();
f.setOriginalProblem(toThrow);
f.setBackoutProblem(e);
throw f;
}
// love it
if (failure instanceof CreationException) {