Uses of Class
org.axonframework.common.AxonTransientException

Packages that use AxonTransientException
org.axonframework.commandhandling.disruptor   
org.axonframework.common.jdbc   
org.axonframework.common.lock   
org.axonframework.eventhandling.scheduling   
org.axonframework.repository Classes related to the repository interface and implementations. 
org.axonframework.saga   
 

Uses of AxonTransientException in org.axonframework.commandhandling.disruptor
 

Subclasses of AxonTransientException in org.axonframework.commandhandling.disruptor
 class AggregateBlacklistedException
          Exception indicating that an aggregate has been blacklisted by the DisruptorCommandBus.
 class AggregateStateCorruptedException
          Exception indicating that the changes in an aggregate (generated events) are ignored by the DisruptorCommandBus, because it cannot guarantee that these changes have been applied to an aggregate instance with the correct state.
 

Uses of AxonTransientException in org.axonframework.common.jdbc
 

Subclasses of AxonTransientException in org.axonframework.common.jdbc
 class JdbcTransactionException
          Exception indicating an error occurred while interacting with a JDBC resource.
 

Uses of AxonTransientException in org.axonframework.common.lock
 

Subclasses of AxonTransientException in org.axonframework.common.lock
 class DeadlockException
          Exception indicating that a deadlock has been detected while a thread was attempting to acquire a lock.
 class LockAcquisitionFailedException
          Exception indicating that a lock could not be obtained.
 

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 © 2010-2016. All Rights Reserved.