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