org.omg.PortableInterceptor
Class ForwardRequest

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.PortableInterceptor.ForwardRequest
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class ForwardRequest
extends UserException

Exception definition: ForwardRequest.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 Object forward
          Exception member forward
 
Constructor Summary
ForwardRequest()
          Default constructor
ForwardRequest(Object forward)
          Constructor with fields initialization
ForwardRequest(java.lang.String orb_reason, Object forward)
          Full constructor with fields initialization
 
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
 

Field Detail

forward

public Object forward
Exception member forward

Constructor Detail

ForwardRequest

public ForwardRequest()
Default constructor


ForwardRequest

public ForwardRequest(Object forward)
Constructor with fields initialization

Parameters:
forward - forward exception member

ForwardRequest

public ForwardRequest(java.lang.String orb_reason,
                      Object forward)
Full constructor with fields initialization

Parameters:
forward - forward exception member