javax.realtime
Class UnsupportedPhysicalMemoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.realtime.UnsupportedPhysicalMemoryException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedPhysicalMemoryException
extends java.lang.RuntimeException

Thrown when the underlying hardware does not support the type of physical memory requested from an instance of one of the physical memory or raw memory access classes.

Since:
1.0.1 Becomes unchecked
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.
 
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

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.