< prev index next >

jdk/src/jdk.attach/share/classes/com/sun/tools/attach/AttachOperationFailedException.java

Print this page

        

@@ -33,11 +33,11 @@
  * <p> This exception can be thrown by the various operations of
  * {@link com.sun.tools.attach.VirtualMachine} when the operation
  * fails in the target VM. If there is a communication error,
  * a regular IOException will be thrown.
  *
- * @since 1.9
+ * @since 9
  */
 public class AttachOperationFailedException extends IOException {
 
     private static final long serialVersionUID = 2140308168167478043L;
 
< prev index next >