Uses of Class
org.axonframework.common.AxonConfigurationException

Packages that use AxonConfigurationException
org.axonframework.common.annotation Contains the main classes for annotation support in Axon Framework. 
org.axonframework.serializer   
 

Uses of AxonConfigurationException in org.axonframework.common.annotation
 

Subclasses of AxonConfigurationException in org.axonframework.common.annotation
 class UnsupportedHandlerException
          Thrown when an @...Handler annotated method was found that does not conform to the rules that apply to those methods.
 

Uses of AxonConfigurationException in org.axonframework.serializer
 

Subclasses of AxonConfigurationException in org.axonframework.serializer
 class CannotConvertBetweenTypesException
          Exception indicating that a conversion is required between to upcasters, but there is no converter capable of doing the conversion.
 



Copyright © 2010-2012. All Rights Reserved.