public class

VMOutOfMemoryException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.sun.jdi.VMOutOfMemoryException

Class Overview

Thrown to indicate that the requested operation cannot be completed because the target VM has run out of memory.

Summary

Public Constructors
VMOutOfMemoryException()
VMOutOfMemoryException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public VMOutOfMemoryException ()

public VMOutOfMemoryException (String s)