public static class ResourceBusy
extends java.lang.Object
The ResourceBusy exception indicates that the method could not be
completed because a resource it needs is busy.
Examples:
Trying to power off a virtual machine that is in the process of being
powered on.
Counterexamples:
Trying to remove a
VMFS datastore when there is a virtual machine registered on any host attached
to the datastore. The ResourceInUse exception
would be used instead.