java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.sun.jdi.VMCannotBeModifiedException
- All Implemented Interfaces:
 Serializable
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 Summary
Constructors - 
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
VMCannotBeModifiedException
public VMCannotBeModifiedException() - 
VMCannotBeModifiedException
 
 -