java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.MemoryInUseException
public class MemoryInUseException
There has been attempt to allocate a range of physical or virtual memory that is already in use.
| Constructor Summary | |
|---|---|
MemoryInUseException()
A constructor for MemoryInUseException. |
|
MemoryInUseException(java.lang.String description)
A descriptive constructor for MemoryInUseException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryInUseException()
MemoryInUseException.
public MemoryInUseException(java.lang.String description)
MemoryInUseException.
description - Description of the error.