public class

VMDisconnectedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.sun.jdi.VMDisconnectedException

Class Overview

Unchecked exception thrown to indicate that the requested operation cannot be completed because there is no longer a connection to the target VM.

Summary

Public Constructors
VMDisconnectedException()
VMDisconnectedException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public VMDisconnectedException ()

public VMDisconnectedException (String message)