|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.realtime.ResourceLimitError
public class ResourceLimitError
Jamaica Real-Time Specification for Java class ResourceLimitError.
This exception is thrown by PhysicalMemoryManager if the system does only support a bounded number of memory filters and this bound is exceeded.
Constructor Summary | |
---|---|
ResourceLimitError()
Constructor of this exception without detail message. |
|
ResourceLimitError(String description)
Constructor of this exception with detail message. |
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 |
---|
public ResourceLimitError()
public ResourceLimitError(String description)
description
- The detail message or null if none.
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |