public class AttachNotSupportedException extends Exception
AttachProvider
が存在しない Java 仮想マシンに接続しようとしたときに、VirtalMachine.attach
によってスローされます。また、プロバイダが互換性のない Java 仮想マシンに接続しようとした場合には、AttachProvider.attachVirtualMachine
によってもスローされます。コンストラクタと説明 |
---|
AttachNotSupportedException()
詳細メッセージなしで
AttachNotSupportedException を構築します。 |
AttachNotSupportedException(String s)
指定された詳細メッセージを持つ
AttachNotSupportedException を構築します。 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AttachNotSupportedException()
AttachNotSupportedException
を構築します。public AttachNotSupportedException(String s)
AttachNotSupportedException
を構築します。s
- 詳細メッセージ。
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.