模块  jdk.jdi
软件包  com.sun.jdi

Class VMOutOfMemoryException

  • 实现的所有接口
    Serializable

    public class VMOutOfMemoryException
    extends RuntimeException
    抛出此异常表示由于目标VM内存不足而无法完成请求的操作。
    从以下版本开始:
    1.3
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • VMOutOfMemoryException

        public VMOutOfMemoryException()
      • VMOutOfMemoryException

        public VMOutOfMemoryException​(String s)