blob: 373e98f7f2c60906056a565cd9c912169b1d280b [file] [log] [blame]
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);
}
}