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