Module openj9.dtfj

Class JVMNotFoundException

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:
  • Constructor Details

    • JVMNotFoundException

      public JVMNotFoundException()
    • JVMNotFoundException

      public JVMNotFoundException(IProcess process)
    • JVMNotFoundException

      public JVMNotFoundException(IProcess process, String message)
    • JVMNotFoundException

      public JVMNotFoundException(IProcess process, Throwable cause)
    • JVMNotFoundException

      public JVMNotFoundException(IProcess process, String message, Throwable cause)
  • Method Details

    • getProcess

      public IProcess getProcess()