Module openj9.dtfj

Class JVMNotDDREnabledException

  • All Implemented Interfaces:
    Serializable

    public class JVMNotDDREnabledException
    extends IOException
    Exception to indicate that although the JVM was found, the RAS structure indicates that there is no DDR field and the build could not be matched either through the blob archive or via the system property
    See Also:
    Serialized Form
    • Constructor Detail

      • JVMNotDDREnabledException

        public JVMNotDDREnabledException()
      • JVMNotDDREnabledException

        public JVMNotDDREnabledException​(IProcess process)
      • JVMNotDDREnabledException

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

        public JVMNotDDREnabledException​(IProcess process,
                                         Throwable cause)
      • JVMNotDDREnabledException

        public JVMNotDDREnabledException​(IProcess process,
                                         String message,
                                         Throwable cause)
    • Method Detail

      • getProcess

        public IProcess getProcess()