src/share/classes/com/sun/jdi/connect/VMStartException.java

Print this page

        

@@ -32,12 +32,13 @@
  * target to help in diagnosing the problem.
  *
  * @author Gordon Hirsch
  * @since  1.3
  */
-public class VMStartException extends Exception
-{
+@jdk.Supported
+public class VMStartException extends Exception {
+
     private static final long serialVersionUID = 6408644824640801020L;
     Process process;
 
     public VMStartException(Process process) {
         super();