public class

VMCannotBeModifiedException

extends UnsupportedOperationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.UnsupportedOperationException
           ↳ com.sun.jdi.VMCannotBeModifiedException

Class Overview

Thrown to indicate that the operation is invalid because it would modify the VM and the VM is read-only. See canBeModified().

Summary

Public Constructors
VMCannotBeModifiedException()
VMCannotBeModifiedException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public VMCannotBeModifiedException ()

public VMCannotBeModifiedException (String s)