org.jacorb.poa.except
Class ParentIsHolding

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

public final class ParentIsHolding
extends java.lang.Exception

This exception will be thrown if a request cannot delivered to the child poa because one of the parent poas is in holding state.

Version:
1.0, 05/03/99, RT
Author:
Reimo Tiedemann, FU Berlin
See Also:
POA._getChildPOA(String), Serialized Form

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

ParentIsHolding

public ParentIsHolding()