< prev index next >

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

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

*** 31,41 **** --- 31,43 ---- * * @author Jim Holmlund * @since 1.5 */ public class VMCannotBeModifiedException extends UnsupportedOperationException { + private static final long serialVersionUID = -4063879815130164009L; + public VMCannotBeModifiedException() { super(); } public VMCannotBeModifiedException(String s) {
< prev index next >