org.jacorb.poa.except
Class ResourceLimitReachedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jacorb.poa.except.ResourceLimitReachedException
All Implemented Interfaces:
java.io.Serializable

public final class ResourceLimitReachedException
extends java.lang.Exception

This exception will be thrown if a resource limit is reached.

Version:
1.0, 05/03/99, RT
Author:
Reimo Tiedemann, FU Berlin
See Also:
RequestQueue.add(org.jacorb.orb.dsi.ServerRequest), POA._invoke(org.jacorb.orb.dsi.ServerRequest), Serialized Form

Constructor Summary
ResourceLimitReachedException()
           
 
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

ResourceLimitReachedException

public ResourceLimitReachedException()