java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.tools.attach.AttachNotSupportedException
- 所有已实现的接口:
-
Serializable
当尝试附加到一个不存在兼容的
AttachProvider
的Java虚拟机时,由VirtualMachine.attach
抛出。如果提供程序尝试附加到与其不兼容的Java虚拟机,则AttachProvider.attachVirtualMachine
也会抛出此异常。
- 参见:
-
Constructor Summary
ConstructorDescription构造一个没有详细消息的AttachNotSupportedException
。构造一个带有指定详细消息的AttachNotSupportedException
。 -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttachNotSupportedException
public AttachNotSupportedException()构造一个没有详细消息的AttachNotSupportedException
。 -
AttachNotSupportedException
构造一个带有指定详细消息的AttachNotSupportedException
。- 参数:
-
s
- 详细消息。
-