Package jisd.debug
Class VMNotSuspendedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jisd.debug.VMNotSuspendedException
-
- All Implemented Interfaces:
java.io.Serializable
public class VMNotSuspendedException extends java.lang.RuntimeException
Thrown to indicate a target VM is not suspended.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VMNotSuspendedException()
VMNotSuspendedException(java.lang.String msg)
-