|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.realtime.UnsupportedPhysicalMemoryException
Thrown when the underlying hardware does not support the type of physical
memory given to the physical memory create()
method.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
UnsupportedPhysicalMemoryException()
A constructor for UnsupportedPhysicalMemoryException . |
|
UnsupportedPhysicalMemoryException(java.lang.String s)
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 |
public UnsupportedPhysicalMemoryException()
UnsupportedPhysicalMemoryException
.
public UnsupportedPhysicalMemoryException(java.lang.String s)
UnsupportedPhysicalMemoryException
.
s
- The description of the exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |