Uses of Class
ibis.ipl.IbisException

Packages that use IbisException
ibis.gmi The GMI (Group Method Invocation) package implements group communication using method invocations. 
ibis.ipl This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. 
ibis.rmi This is an RMI implementation on top of Ibis. 
 

Uses of IbisException in ibis.gmi
 

Methods in ibis.gmi that throw IbisException
abstract  void GroupSkeleton.handleMessage(int invocationMode, int resultMode, ReadMessage r)
          To be redefined by the skeletons.
 

Uses of IbisException in ibis.ipl
 

Subclasses of IbisException in ibis.ipl
 class NoMatchingIbisException
          Signals that no matching Ibis could be found.
 

Methods in ibis.ipl that throw IbisException
static Ibis Ibis.createIbis(java.lang.String name, java.lang.String implName, ResizeHandler resizeHandler)
          Deprecated. The prefered method for creating Ibis instances is Ibis.createIbis(ibis.ipl.StaticProperties, ibis.ipl.ResizeHandler).
static Ibis Ibis.createIbis(StaticProperties reqprop, ResizeHandler r)
          Creates a new Ibis instance, based on the required properties, or on the system property "ibis.name", or on the staticproperty "name".
 PortType Ibis.createPortType(java.lang.String nm, StaticProperties p)
          Creates a PortType.
 void DynamicProperties.set(java.lang.String key, java.lang.Object value)
          Sets the property associated with the specified key to the specified value.
 

Uses of IbisException in ibis.rmi
 

Subclasses of IbisException in ibis.rmi
 class AlreadyBoundException
          An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that is already in use.
 class NotBoundException
          A NotBoundException is thrown if an attempt is made to lookup or unbind a name that has no binding.
 



The Ibis project