< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/NativeMethodException.java

Print this page
rev 17275 : 8181417: Code cleanups in com.sun.jdi

*** 33,42 **** --- 33,43 ---- * @since 1.3 */ public class NativeMethodException extends RuntimeException { private static final long serialVersionUID = 3924951669039469992L; + public NativeMethodException() { super(); } public NativeMethodException(String message) {
< prev index next >