|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.PortableInterceptor.ForwardRequest
public final class ForwardRequest
The ForwardRequest is thrown by interceptors to forward the request to
another target. The field forward
contains the reference to this
alternative location.
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(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. |
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 |
---|
public Object forward
Constructor Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |