public class MemoryObjectNotFoundException
extends java.lang.Exception
Constructor and Description |
---|
MemoryObjectNotFoundException() |
MemoryObjectNotFoundException(java.lang.String message) |
MemoryObjectNotFoundException(java.lang.String message,
java.lang.Throwable cause) |
MemoryObjectNotFoundException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
MemoryObjectNotFoundException(java.lang.Throwable cause) |
public MemoryObjectNotFoundException()
public MemoryObjectNotFoundException(java.lang.String message)
message
- the messagepublic MemoryObjectNotFoundException(java.lang.Throwable cause)
cause
- the cause of the exceptionpublic MemoryObjectNotFoundException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the cause of the exceptionpublic MemoryObjectNotFoundException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the cause of the exceptionenableSuppression
- if enable is to be supressedwritableStackTrace
- if there should be a writable StackTrace