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