public class ForwardException extends BindException
bind
or
listen
operations or to indicate that
another reference should be used to designate the targeted object interface.Modifier and Type | Field and Description |
---|---|
Object |
reference
Another reference for the targeted object interface.
|
Constructor and Description |
---|
ForwardException(Object reference)
Constructs a new ForwardException with the given reference.
|
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
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.public ForwardException(Object reference)
reference
- an object identifying the targeted object interface.