javax.realtime
Class UnsupportedPhysicalMemoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
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, 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.