Uses of Class
org.axonframework.util.AxonConfigurationException

Packages that use AxonConfigurationException
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
 

Uses of AxonConfigurationException in org.axonframework.eventhandling
 

Subclasses of AxonConfigurationException in org.axonframework.eventhandling
 class UnsupportedHandlerMethodException
          Thrown when an EventHandler annotated method was found that does not conform to the rules that apply to those methods.
 

Uses of AxonConfigurationException in org.axonframework.eventhandling.annotation
 

Subclasses of AxonConfigurationException in org.axonframework.eventhandling.annotation
 class UnsupportedPolicyException
          Exception indicating that a given EventSequencingPolicy could not be initialized.
 



Copyright © 2011. All Rights Reserved.