< prev index next >

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

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

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