Module  jdk.attach
软件包  com.sun.tools.attach

Class AttachOperationFailedException

  • All Implemented Interfaces:
    Serializable


    public class AttachOperationFailedException
    extends IOException
    异常类型表示目标虚拟机中附着操作失败。

    当目标虚拟机中的操作失败时,可以通过VirtualMachine的各种操作抛出此异常。 如果有通信错误,将抛出常规IOException。

    从以下版本开始:
    9
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • AttachOperationFailedException

        public AttachOperationFailedException​(String message)
        构造具有指定详细消息的 AttachOperationFailedException
        参数
        message - the detail message.