| package com.sun.jdi; | |
| /* | |
| * (c) Copyright IBM Corp. 2000, 2001. | |
| * All Rights Reserved. | |
| */ | |
| public class VMDisconnectedException extends RuntimeException { | |
| public VMDisconnectedException() { | |
| } | |
| public VMDisconnectedException(java.lang.String arg1) { | |
| super(arg1); | |
| } | |
| } |