Exception Summary |
BackendMethodNotImplementedException |
Should be thrown by ReusableComponent Backend Integration classes
when a method of the BackendIntegrationFacade is not supported by this backend. |
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" |
InvalidTargetBackendException |
|
ReusableComponentException |
Parent class for Exceptions thrown by Premises ReusableComponents |
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. |