java.lang.Object java.lang.Throwable java.lang.Error javax.realtime.ResourceLimitError
public class 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 . |
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()
ResourceLimitError
.
public ResourceLimitError(java.lang.String description)
ResourceLimitError
.
description
- The description of the exception.