Module jdk.jdi
Package com.sun.jdi

Class VMCannotBeModifiedException

All Implemented Interfaces:
Serializable

public class VMCannotBeModifiedException
extends UnsupportedOperationException
Thrown to indicate that the operation is invalid because it would modify the VM and the VM is read-only. See VirtualMachine.canBeModified().
Since:
1.5
See Also:
Serialized Form