org.omg.PortableInterceptor
public final class ForwardRequest extends UserException implements IDLEntity, Serializable
Field Summary | |
---|---|
Object | forward
The field forward. |
Constructor Summary | |
---|---|
ForwardRequest()
Create ForwardRequest with no explaining
message and all fields left unitialised with the default initial java values. | |
ForwardRequest(String why, Object a_forward)
Create the ForwardRequest with explaining
message and all fields initialised to the given values.
| |
ForwardRequest(Object a_forward)
Create the ForwardRequest without explaining
message and all fields initialised to the given values.
|
Parameters: why a string, explaining, why this exception has been thrown. a_forward a value for forward.
Parameters: a_forward a value for forward.