@Exported public class AttachOperationFailedException extends IOException
 This exception can be thrown by the various operations of
 VirtualMachine when the operation
 fails in the target VM. If there is a communication error,
 a regular IOException will be thrown.
| Constructor and Description | 
|---|
| AttachOperationFailedException(String message)Constructs an  AttachOperationFailedExceptionwith
 the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AttachOperationFailedException(String message)
AttachOperationFailedException with
 the specified detail message.s - the detail message.
 Copyright © 2005, 2017, Oracle and/or its affiliates.  All rights reserved.