java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.sun.jdi.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:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description VMCannotBeModifiedException()VMCannotBeModifiedException(String s)
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VMCannotBeModifiedExceptionpublic VMCannotBeModifiedException()
- 
VMCannotBeModifiedException
 
-