org.omg.PortableServer
Class ForwardRequest

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.omg.PortableServer.ForwardRequest
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, IDLEntity, java.io.Serializable

public final class ForwardRequest
extends UserException

Exception definition : ForwardRequest

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 Object forward_reference
          Exception member forward_reference
 
Constructor Summary
ForwardRequest()
          Default constructor
ForwardRequest(Object forward_reference)
          Constructor with fields initialization
ForwardRequest(java.lang.String orb_reason, Object forward_reference)
          Full constructor with fields initialization
 
Methods inherited from class org.omg.CORBA.UserException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

forward_reference

public Object forward_reference
Exception member forward_reference
Constructor Detail

ForwardRequest

public ForwardRequest()
Default constructor

ForwardRequest

public ForwardRequest(Object forward_reference)
Constructor with fields initialization
Parameters:
forward_reference - forward_reference exception member

ForwardRequest

public ForwardRequest(java.lang.String orb_reason,
                      Object forward_reference)
Full constructor with fields initialization
Parameters:
forward_reference - forward_reference exception member