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 SummaryConstructorsConstructorDescriptionUnknownArchitectureException(IProcess process) UnknownArchitectureException(IProcess process, String message) UnknownArchitectureException(IProcess process, String message, Throwable cause) UnknownArchitectureException(IProcess process, Throwable cause) 
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnknownArchitectureExceptionpublic UnknownArchitectureException()
- 
UnknownArchitectureException
- 
UnknownArchitectureException
- 
UnknownArchitectureException
- 
UnknownArchitectureException
 
- 
- 
Method Details- 
getProcess
 
-