Uses of Class
org.objectweb.jonathan.apis.binding.BindException

Packages that use BindException
org.objectweb.jonathan.apis.binding Provides a set of classes and interfaces for application level identifiers, naming contexts and binders. 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
 

Uses of BindException in org.objectweb.jonathan.apis.binding
 

Subclasses of BindException in org.objectweb.jonathan.apis.binding
 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.
 

Methods in org.objectweb.jonathan.apis.binding that throw BindException
 java.lang.Object Identifier.bind(Identifier[] ref, org.objectweb.jonathan.apis.kernel.Context hints)
          The bind operation returns an object giving access to the object interface referenced by the target identifier.
 

Uses of BindException in org.objectweb.jonathan.apis.protocols
 

Methods in org.objectweb.jonathan.apis.protocols that throw BindException
 Session_High SessionIdentifier.bind(Session_Low hls)
          Returns a local session representing the session designated by the provided lower session interface.