|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--javax.realtime.ResourceLimitError
Thrown if an attempt is made to exceed a system resource limit, such as the maximum number of locks.
Constructor Summary | |
ResourceLimitError()
A constructor for ResourceLimitError . |
|
ResourceLimitError(java.lang.String description)
A descriptive constructor for ResourceLimitError . |
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 |
public ResourceLimitError()
ResourceLimitError
.public ResourceLimitError(java.lang.String description)
ResourceLimitError
.description
- The description of the exception.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |