- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JVMNotDDREnabledException()
JVMNotDDREnabledException(IProcess process)
JVMNotDDREnabledException(IProcess process, String message)
JVMNotDDREnabledException(IProcess process, String message, Throwable cause)
JVMNotDDREnabledException(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
-
-