org.objectweb.jonathan.binding.api
Class 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.
Object | reference - Another reference for the targeted object interface.
|
ForwardException(Object reference) - Constructs a new ForwardException with the given reference.
|
reference
public Object reference
Another reference for the targeted object interface. Depending on the
context, this object may be of type
Identifier
,
Reference
, or of any other type, provided that it really
designates the right interface, and that its type is clear from the context.
ForwardException
public ForwardException(Object reference)
Constructs a new ForwardException with the given reference.
reference
- an object identifying the targeted object interface.