Module openj9.dtfj

Class JVMNotDDREnabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.j9ddr.exceptions.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:
  • Constructor Details

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

    • getProcess

      public IProcess getProcess()