Module openj9.dtfj

Class UnknownArchitectureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.j9ddr.exceptions.UnknownArchitectureException
All Implemented Interfaces:
Serializable

public class UnknownArchitectureException extends IOException
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: