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