javax.realtime
Class UnsupportedPhysicalMemoryException

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

public class UnsupportedPhysicalMemoryException
extends java.lang.Exception

Thrown when the underlying hardware does not support the type of physical memory given to the physical memory create() method.

See Also:
RawMemoryAccess, RawMemoryFloatAccess, ImmortalPhysicalMemory, LTPhysicalMemory, VTPhysicalMemory, Serialized Form

Constructor Summary
UnsupportedPhysicalMemoryException()
          A constructor for UnsupportedPhysicalMemoryException.
UnsupportedPhysicalMemoryException(java.lang.String description)
          A descriptive constructor for UnsupportedPhysicalMemoryException.
 
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

UnsupportedPhysicalMemoryException

public UnsupportedPhysicalMemoryException()
A constructor for UnsupportedPhysicalMemoryException.

UnsupportedPhysicalMemoryException

public UnsupportedPhysicalMemoryException(java.lang.String description)
A descriptive constructor for UnsupportedPhysicalMemoryException.
Parameters:
description - The description of the exception.