javax.realtime
Class MemoryInUseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.realtime.MemoryInUseException
All Implemented Interfaces:
java.io.Serializable

public class MemoryInUseException
extends java.lang.RuntimeException

Thrown when an attempt is made to allocate a range of physical or virtual memory that is already in use.

See Also:
Serialized Form

Constructor Summary
MemoryInUseException()
           
MemoryInUseException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemoryInUseException

public MemoryInUseException()

MemoryInUseException

public MemoryInUseException(java.lang.String s)
Parameters:
s - Detail string