- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.dtfj.corereaders.DumpException
-
- com.ibm.dtfj.corereaders.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 Summary
Constructors Constructor Description MemoryAccessException(int asid, long address)
MemoryAccessException(int asid, long address, String description)
-
Method Summary
-
Methods declared in class com.ibm.dtfj.corereaders.DumpException
getAddress, getAddressSpaceId, getDump
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MemoryAccessException
public MemoryAccessException(int asid, long address, String description)
-
MemoryAccessException
public MemoryAccessException(int asid, long address)
-
-