Module openj9.dtfj
Package com.ibm.j9ddr

Class AddressedCorruptDataException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
J9MemTagHelper.J9MemTagCheckError, MemoryFault

public class AddressedCorruptDataException extends CorruptDataException
A CorruptDataException with an address.
See Also:
  • Field Details

    • address

      protected final long address
  • Constructor Details

    • AddressedCorruptDataException

      public AddressedCorruptDataException(long address, String message, Throwable t)
    • AddressedCorruptDataException

      public AddressedCorruptDataException(long address, String message)
    • AddressedCorruptDataException

      public AddressedCorruptDataException(long address, Throwable t)
  • Method Details

    • getAddress

      public long getAddress()