Class JVMNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.j9ddr.exceptions.JVMNotFoundException
- All Implemented Interfaces:
 Serializable
Exception to indicate that the JVM was not found in a specified process. This will be primarily be due to not
finding the RAS eyecatcher.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJVMNotFoundException(IProcess process) JVMNotFoundException(IProcess process, String message) JVMNotFoundException(IProcess process, String message, Throwable cause) JVMNotFoundException(IProcess process, Throwable cause)  - 
Method Summary
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
JVMNotFoundException
public JVMNotFoundException() - 
JVMNotFoundException
 - 
JVMNotFoundException
 - 
JVMNotFoundException
 - 
JVMNotFoundException
 
 - 
 - 
Method Details
- 
getProcess
 
 -