Uses of Class
org.apache.hivemind.ApplicationRuntimeException

Packages that use ApplicationRuntimeException
org.apache.hivemind The main HiveMind package. 
org.apache.hivemind.test Base classes and utilities to support unit tests involving HiveMind. 
 

Uses of ApplicationRuntimeException in org.apache.hivemind
 

Methods in org.apache.hivemind that return ApplicationRuntimeException
static ApplicationRuntimeException HiveMind.createRegistryShutdownException()
           
 

Uses of ApplicationRuntimeException in org.apache.hivemind.test
 

Methods in org.apache.hivemind.test with parameters of type ApplicationRuntimeException
protected  java.lang.Throwable HiveMindTestCase.findNestedException(ApplicationRuntimeException ex)
          Digs down through (potentially) a stack of ApplicationRuntimeExceptions until it reaches the originating exception, which is returned.