|
|||||||||||
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.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.apis.binding.BindException
org.objectweb.jonathan.apis.binding.ForwardException
ForwardException is a checked exception raised by
bind
or
listen
operations or to indicate that
another reference should be used to designate the targeted object interface.
Field Summary | |
java.lang.Object |
reference
Another reference for the targeted object interface. |
Constructor Summary | |
ForwardException(java.lang.Object reference)
Constructs a new ForwardException with the given reference. |
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.Object reference
Identifier
,
Reference
, or of any other type, provided that it really
designates the right interface, and that its type is clear from the context.
Constructor Detail |
public ForwardException(java.lang.Object reference)
reference
- an object identifying the targeted object interface.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |