org.objectweb.jonathan.binding.api

Class ForwardException


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.

Field Summary

Object
reference
Another reference for the targeted object interface.

Constructor Summary

ForwardException(Object reference)
Constructs a new ForwardException with the given reference.

Field Details

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.

Constructor Details

ForwardException

public ForwardException(Object reference)
Constructs a new ForwardException with the given reference.

Parameters:
reference - an object identifying the targeted object interface.