Module openj9.dtfj

Class MemoryAccessException

  • All Implemented Interfaces:
    Serializable

    public class MemoryAccessException
    extends DumpException
    Indicates that an attempt was made to access memory which is not included within the image
    See Also:
    Serialized Form
    • Constructor Detail

      • MemoryAccessException

        public MemoryAccessException​(int asid,
                                     long address,
                                     String description)
      • MemoryAccessException

        public MemoryAccessException​(int asid,
                                     long address)