blob: 80166abf25835630c0e3fffebeb97337bc93fd61 [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public class VMMismatchException extends RuntimeException {
public VMMismatchException() { }
public VMMismatchException(String arg1) {
super(arg1);
}
}