javax.realtime
Class ResourceLimitError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjavax.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

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, 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 description)
A descriptive constructor for ResourceLimitError.

Parameters:
description - The description of the exception.