javax.realtime
Class ResourceLimitError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--javax.realtime.ResourceLimitError
All Implemented Interfaces:
java.io.Serializable

public class ResourceLimitError
extends java.lang.Error

Thrown if an attempt is made to exceed a system resource limit, such as the maximum number of locks.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ResourceLimitError()
          A constructor for ResourceLimitError.
ResourceLimitError(java.lang.String s)
          A descriptive constructor for ResourceLimitError.
 
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

ResourceLimitError

public ResourceLimitError()
A constructor for ResourceLimitError.


ResourceLimitError

public ResourceLimitError(java.lang.String s)
A descriptive constructor for ResourceLimitError.

Parameters:
s - The description of the exeption.