|
|||||||||
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.binding.api.BindException
org.objectweb.jonathan.binding.api.ForwardException
public class 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 | |
---|---|
Object |
reference
Another reference for the targeted object interface. |
Constructor Summary | |
---|---|
ForwardException(Object reference)
Constructs a new ForwardException with the given reference. |
Method Summary |
---|
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 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(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 |