< prev index next >

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

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

*** 34,44 **** --- 34,46 ---- * @author Gordon Hirsch * @since 1.3 */ @Deprecated public class InvalidLineNumberException extends RuntimeException { + private static final long serialVersionUID = 4048709912372692875L; + public InvalidLineNumberException() { super(); } public InvalidLineNumberException(String s) {
< prev index next >