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