Uses of Class
org.axonframework.common.AxonTransientException
Packages that use AxonTransientException
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to message processing in Axon Framework.
-
Uses of AxonTransientException in org.axonframework.commandhandling
Subclasses of AxonTransientException in org.axonframework.commandhandlingModifier and TypeClassDescriptionclassException indicating that no suitable command handler could be found for the given command. -
Uses of AxonTransientException in org.axonframework.commandhandling.distributed
Subclasses of AxonTransientException in org.axonframework.commandhandling.distributedModifier and TypeClassDescriptionclassException thrown when the CommandBusConnector has a communication failure -
Uses of AxonTransientException in org.axonframework.common.jdbc
Subclasses of AxonTransientException in org.axonframework.common.jdbcModifier and TypeClassDescriptionclassException 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.lockModifier and TypeClassDescriptionclassException indicating that a deadlock has been detected while a thread was attempting to acquire a lock.classException indicating that a lock could not be obtained. -
Uses of AxonTransientException in org.axonframework.deadline
Subclasses of AxonTransientException in org.axonframework.deadlineModifier and TypeClassDescriptionclassException which occurs during deadline message processing. -
Uses of AxonTransientException in org.axonframework.disruptor.commandhandling
Subclasses of AxonTransientException in org.axonframework.disruptor.commandhandlingModifier and TypeClassDescriptionclassException indicating that an aggregate has been blacklisted by the DisruptorCommandBus.classException 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.eventhandling.scheduling
Subclasses of AxonTransientException in org.axonframework.eventhandling.schedulingModifier and TypeClassDescriptionclassException indicating a problem in the Event Scheduling mechanism. -
Uses of AxonTransientException in org.axonframework.eventhandling.tokenstore
Subclasses of AxonTransientException in org.axonframework.eventhandling.tokenstoreModifier and TypeClassDescriptionclassException indicating that a processor tried to claim a Token (either by retrieving or updating it) that has already been claimed by another process.classException indicating that the TokenStore was unable to initialize a Token for a tracking processor and Segment.classException indicating that a TokenStore implementation was unable determine its identifier based on the underlying storage. -
Uses of AxonTransientException in org.axonframework.messaging
Subclasses of AxonTransientException in org.axonframework.messagingModifier and TypeClassDescriptionclassException thrown to indicate that execution of a task has failed. -
Uses of AxonTransientException in org.axonframework.modelling.command
Subclasses of AxonTransientException in org.axonframework.modelling.commandModifier and TypeClassDescriptionclassException indicating that concurrent access to a repository was detected. -
Uses of AxonTransientException in org.axonframework.modelling.saga
Subclasses of AxonTransientException in org.axonframework.modelling.sagaModifier and TypeClassDescriptionclassException indicating that an error has occurred while storing a Saga.