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