src/share/classes/com/sun/jdi/VMDisconnectedException.java

Print this page

        

*** 31,40 **** --- 31,41 ---- * completed because there is no longer a connection to the target VM. * * @author Robert Field * @since 1.3 */ + @jdk.Supported public class VMDisconnectedException extends RuntimeException { private static final long serialVersionUID = 2892975269768351637L; public VMDisconnectedException() { super();