org.jacorb.poa.except
Class CompletionRequestedException

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

public final class CompletionRequestedException
extends java.lang.Exception

This exception will be thrown if sb. requested the completion of request processing.

See (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(), Serialized Form

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

CompletionRequestedException

public CompletionRequestedException()