src/share/classes/com/sun/jdi/VMCannotBeModifiedException.java

Print this page

        

@@ -30,10 +30,11 @@
  * modify the VM and the VM is read-only.  See {@link VirtualMachine#canBeModified()}.
  *
  * @author Jim Holmlund
  * @since  1.5
  */
+@jdk.Supported
 public class VMCannotBeModifiedException extends UnsupportedOperationException {
     private static final long serialVersionUID = -4063879815130164009L;
     public VMCannotBeModifiedException() {
         super();
     }