Class UnknownArchitectureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.j9ddr.exceptions.UnknownArchitectureException
- All Implemented Interfaces:
Serializable
When trying to automatically determine support for in service JVMs the architecture needs to be determined from the
core file reader. This is a string which can change and this exception indicates that the string returned by the
reader was not recognised.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownArchitectureException
(IProcess process) UnknownArchitectureException
(IProcess process, String message) UnknownArchitectureException
(IProcess process, String message, Throwable cause) UnknownArchitectureException
(IProcess process, Throwable cause) -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownArchitectureException
public UnknownArchitectureException() -
UnknownArchitectureException
-
UnknownArchitectureException
-
UnknownArchitectureException
-
UnknownArchitectureException
-
-
Method Details
-
getProcess
-