Module jdk.jdi
Package com.sun.jdi

Class VMOutOfMemoryException

所有已实现的接口:
Serializable

public class VMOutOfMemoryException extends RuntimeException
抛出以指示所请求的操作无法完成,因为目标VM已耗尽内存。
自:
1.3
参见:
  • Constructor Details

    • VMOutOfMemoryException

      public VMOutOfMemoryException()
    • VMOutOfMemoryException

      public VMOutOfMemoryException(String s)