< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/VMOutOfMemoryException.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 VMOutOfMemoryException extends RuntimeException { + private static final long serialVersionUID = 71504228548910686L; + public VMOutOfMemoryException() { super(); } public VMOutOfMemoryException(String s) {
< prev index next >