Uses of Class
com.ibm.premises.reusable.exceptions.ReusableComponentException

Packages that use ReusableComponentException
com.ibm.premises.reusable.exceptions   
 

Uses of ReusableComponentException in com.ibm.premises.reusable.exceptions
 

Subclasses of ReusableComponentException in com.ibm.premises.reusable.exceptions
 class BackendMethodNotImplementedException
          Should be thrown by ReusableComponent Backend Integration classes when a method of the BackendIntegrationFacade is not supported by this backend.
 class CrossLocationAggregationNotEnabledException
          Should be thrown by ReusableComponent Aggregation Agent when these two conditions are both met: An event is added to the Aggregation with a different location from the existing Aggregation, AND The Agent setting AggregationRUCConstants.AGG_RUC_AGG_CROSSLOC_KEY is not set to "true"
 class InvalidTargetBackendException
           
 class VoidMethodNotSupportedException
          Should be thrown by ReusableComponent agent classes and bean implementations when the default void methods are called instead of a non-void query or signal method.