Class MemoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryException
- All Implemented Interfaces:
Serializable
Exception raised by
virtual memory objects.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception.MemoryException(String message) Create an exception with a message.MemoryException(String message, Throwable cause) Create an exception with a message and cause.MemoryException(Throwable cause) Create an exception with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemoryException
public MemoryException()Create an exception. -
MemoryException
Create an exception with a message.- Parameters:
message- detail message
-
MemoryException
Create an exception with a cause.- Parameters:
cause- cause
-
MemoryException
Create an exception with a message and cause.- Parameters:
message- detail messagecause- cause
-