Uses of Class
rabbit.util.IllegalConfigurationException

Packages that use IllegalConfigurationException
rabbit.cache This package is a cache system. 
rabbit.io This package holds the various IO streams that rabbit uses. 
 

Uses of IllegalConfigurationException in rabbit.cache
 

Methods in rabbit.cache that throw IllegalConfigurationException
 void NCache.setup(java.util.Properties config)
          Configure the cache system from the given config.
 

Uses of IllegalConfigurationException in rabbit.io
 

Methods in rabbit.io that throw IllegalConfigurationException
 void ConnectionHandler.setup(java.util.Properties config)
          Configure the connection handler system from the given config.