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:
  • Constructor Details

    • VMCannotBeModifiedException

      public VMCannotBeModifiedException()
    • VMCannotBeModifiedException

      public VMCannotBeModifiedException(String s)