Module openj9.dtfj

Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getProcess

        public IProcess getProcess()