Class VMCannotBeModifiedException
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 SummaryConstructors
- 
Method SummaryMethods declared in class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VMCannotBeModifiedExceptionpublic VMCannotBeModifiedException()
- 
VMCannotBeModifiedException
 
-