Class 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

Constructors

Methods

Methods declared in class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

VMCannotBeModifiedException

public VMCannotBeModifiedException()

VMCannotBeModifiedException

public VMCannotBeModifiedException(String s)