< prev index next >

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

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

*** 33,43 **** --- 33,45 ---- * * @author Gordon Hirsch * @since 1.3 */ public class InconsistentDebugInfoException extends RuntimeException { + private static final long serialVersionUID = 7964236415376861808L; + public InconsistentDebugInfoException() { super(); } public InconsistentDebugInfoException(String s) {
< prev index next >