- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.ibm.j9ddr.exceptions.JVMNotFoundException
-
- All Implemented Interfaces:
Serializable
public class JVMNotFoundException extends IOException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JVMNotFoundException()
JVMNotFoundException(IProcess process)
JVMNotFoundException(IProcess process, String message)
JVMNotFoundException(IProcess process, String message, Throwable cause)
JVMNotFoundException(IProcess process, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IProcess
getProcess()
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-