org.omg.PortableInterceptor
public final class ForwardRequest extends UserException implements IDLEntity, Serializable
forward
contains the reference to this
alternative location.Constructor and Description |
---|
ForwardRequest()
Create ForwardRequest with no explaining
message and all fields left unitialised with the default initial java values.
|
ForwardRequest(Object a_forward)
Create the ForwardRequest without explaining
message and all fields initialised to the given values.
|
ForwardRequest(String why,
Object a_forward)
Create the ForwardRequest with explaining
message and all fields initialised to the given values.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ForwardRequest()
public ForwardRequest(String why, Object a_forward)
why
- a string, explaining, why this exception has been thrown.a_forward
- a value for forward.public ForwardRequest(Object a_forward)
a_forward
- a value for forward.