org.jacorb.poa.except
Class ShutdownInProgressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jacorb.poa.except.ShutdownInProgressException
All Implemented Interfaces:
java.io.Serializable

public final class ShutdownInProgressException
extends java.lang.Exception

This exception will be thrown if the poa shutdown is in progress.

See also (private method) org.jacorb.poa.RequestController.processRequest(org.jacorb.orb.dsi.ServerRequest).

Version:
1.0, 05/03/99, RT
Author:
Reimo Tiedemann, FU Berlin
See Also:
RequestController.run(), POA.destroy(boolean, boolean), Serialized Form

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

ShutdownInProgressException

public ShutdownInProgressException()