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