public final class ForwardRequest extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
forward contains the reference to this
alternative location.| Modifier and Type | Field and Description |
|---|---|
org.omg.CORBA.Object |
forward
The field forward.
|
| Constructor and Description |
|---|
ForwardRequest()
Create ForwardRequest with no explaining
message and all fields left unitialised with the default initial java values.
|
ForwardRequest(org.omg.CORBA.Object a_forward)
Create the ForwardRequest without explaining
message and all fields initialised to the given values.
|
ForwardRequest(java.lang.String why,
org.omg.CORBA.Object a_forward)
Create the ForwardRequest with explaining
message and all fields initialised to the given values.
|
public org.omg.CORBA.Object forward
public ForwardRequest()
public ForwardRequest(java.lang.String why, org.omg.CORBA.Object a_forward)
why - a string, explaining, why this exception has been thrown.a_forward - a value for forward.public ForwardRequest(org.omg.CORBA.Object a_forward)
a_forward - a value for forward.