Uses of Class
org.axonframework.util.AxonTransientException

Packages that use AxonTransientException
org.axonframework.eventhandling.scheduling   
org.axonframework.repository Classes related to the repository interface and implementations. 
org.axonframework.saga   
 

Uses of AxonTransientException in org.axonframework.eventhandling.scheduling
 

Subclasses of AxonTransientException in org.axonframework.eventhandling.scheduling
 class SchedulingException
          Exception indicating a problem in the Event Scheduling mechanism.
 

Uses of AxonTransientException in org.axonframework.repository
 

Subclasses of AxonTransientException in org.axonframework.repository
 class ConcurrencyException
          Exception indicating that concurrent access to a repository was detected.
 

Uses of AxonTransientException in org.axonframework.saga
 

Subclasses of AxonTransientException in org.axonframework.saga
 class SagaStorageException
          Exception indicating that an error has occurred while storing a Saga.
 



Copyright © 2011. All Rights Reserved.