org.objectweb.jonathan.apis.binding
Class ForwardException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.jonathan.apis.kernel.JonathanException
|
+--org.objectweb.jonathan.apis.binding.BindException
|
+--org.objectweb.jonathan.apis.binding.ForwardException
- All Implemented Interfaces:
- Serializable
- public class ForwardException
- extends BindException
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.
- See Also:
- Serialized Form
|
Field Summary |
Object |
reference
Another reference for the targeted object interface. |
|
Constructor Summary |
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.
- Parameters:
reference - an object identifying the targeted object interface.