javax.realtime
Class ResourceLimitError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--javax.realtime.ResourceLimitError

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

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

ResourceLimitError

public ResourceLimitError()
A constructor for ResourceLimitError.

ResourceLimitError

public ResourceLimitError(java.lang.String description)
A descriptive constructor for ResourceLimitError.
Parameters:
description - The description of the exception.