Class AddressedCorruptDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.j9ddr.CorruptDataException
com.ibm.j9ddr.AddressedCorruptDataException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 J9MemTagHelper.J9MemTagCheckError, MemoryFault
A CorruptDataException with an address.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionAddressedCorruptDataException(long address, String message) AddressedCorruptDataException(long address, String message, Throwable t) AddressedCorruptDataException(long address, Throwable t)  - 
Method Summary
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
address
protected final long address 
 - 
 - 
Constructor Details
- 
AddressedCorruptDataException
 - 
AddressedCorruptDataException
 - 
AddressedCorruptDataException
 
 - 
 - 
Method Details
- 
getAddress
public long getAddress() 
 -