- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.sun.jdi.connect.VMStartException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class VMStartException extends Exception A target VM was successfully launched, but terminated with an error before a connection could be established. This exception provides theProcessobject for the launched target to help in diagnosing the problem.- Since:
- 1.3
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description VMStartException(Process process)VMStartException(String message, Process process)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Processprocess()- 
Methods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-