Uses of Class
ibis.ipl.IbisRuntimeException

Packages that use IbisRuntimeException
ibis.ipl This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. 
ibis.util The ibis.util package provides several utilities that may be useful for Ibis applications. 
 

Uses of IbisRuntimeException in ibis.ipl
 

Subclasses of IbisRuntimeException in ibis.ipl
 class IbisConfigurationException
          Signals that there was an error in the Ibis configuration.
 

Uses of IbisRuntimeException in ibis.util
 

Subclasses of IbisRuntimeException in ibis.util
 class IllegalLockStateException
          An IllegalLockStateException is thrown to indicate that a thread has attempted to lock, unlock, wait, or notify a Monitor that it does not own, or that has been cleaned up.
 



The Ibis project