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
AttachOperationFailedException with
the specified detail message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AttachOperationFailedException(String message)
AttachOperationFailedException with
the specified detail message.message - the detail message.
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-14-195246.buildd.src