- 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
public class AddressedCorruptDataException extends CorruptDataException
A CorruptDataException with an address.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected long
address
-
Constructor Summary
Constructors Constructor Description AddressedCorruptDataException(long address, String message)
AddressedCorruptDataException(long address, String message, Throwable t)
AddressedCorruptDataException(long address, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAddress()
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AddressedCorruptDataException
public AddressedCorruptDataException(long address, String message, Throwable t)
-
AddressedCorruptDataException
public AddressedCorruptDataException(long address, String message)
-
AddressedCorruptDataException
public AddressedCorruptDataException(long address, Throwable t)
-
-