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

    • UnknownArchitectureException

      public UnknownArchitectureException()
    • UnknownArchitectureException

      public UnknownArchitectureException(IProcess process)
    • UnknownArchitectureException

      public UnknownArchitectureException(IProcess process, String message)
    • UnknownArchitectureException

      public UnknownArchitectureException(IProcess process, Throwable cause)
    • UnknownArchitectureException

      public UnknownArchitectureException(IProcess process, String message, Throwable cause)
  • Method Details

    • getProcess

      public IProcess getProcess()