Module openj9.dtfj

Class 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 Detail

      • JVMNotFoundException

        public JVMNotFoundException()
      • JVMNotFoundException

        public JVMNotFoundException​(IProcess process)
      • JVMNotFoundException

        public JVMNotFoundException​(IProcess process,
                                    String message)
      • JVMNotFoundException

        public JVMNotFoundException​(IProcess process,
                                    Throwable cause)
    • Method Detail

      • getProcess

        public IProcess getProcess()