blob: b1bf58d2385dd8fab30d2af80f77a1a40e74b23e [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);
}
}