jdk/src/jdk.jdi/share/classes/com/sun/jdi/VMOutOfMemoryException.java
changeset 34894 3248b89d1921
parent 25859 3317bb8137f4
child 45564 0149773a140c
equal deleted inserted replaced
34893:71fe40b51c50 34894:3248b89d1921
    30  * completed because the target VM has run out of memory.
    30  * completed because the target VM has run out of memory.
    31  *
    31  *
    32  * @author Gordon Hirsch
    32  * @author Gordon Hirsch
    33  * @since  1.3
    33  * @since  1.3
    34  */
    34  */
    35 @jdk.Exported
       
    36 public class VMOutOfMemoryException extends RuntimeException {
    35 public class VMOutOfMemoryException extends RuntimeException {
    37     private static final long serialVersionUID = 71504228548910686L;
    36     private static final long serialVersionUID = 71504228548910686L;
    38     public VMOutOfMemoryException() {
    37     public VMOutOfMemoryException() {
    39         super();
    38         super();
    40     }
    39     }