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