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.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.messaging.commandhandling
Subclasses of AxonTransientException in org.axonframework.messaging.commandhandlingModifier and TypeClassDescriptionclassException indicating that no suitable command handler could be found for the given command. -
Uses of AxonTransientException in org.axonframework.messaging.core
Subclasses of AxonTransientException in org.axonframework.messaging.coreModifier and TypeClassDescriptionclassException thrown to indicate that execution of a task has failed. -
Uses of AxonTransientException in org.axonframework.messaging.eventhandling.processing.streaming.token.store
Subclasses of AxonTransientException in org.axonframework.messaging.eventhandling.processing.streaming.token.storeModifier 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.modelling
Subclasses of AxonTransientException in org.axonframework.modellingModifier and TypeClassDescriptionclassException indicating that concurrent access to a repository was detected.