Uses of Class
org.axonframework.common.AxonNonTransientException
Packages that use AxonNonTransientException
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Contains common utility classes needed in different components of the framework.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to event sourcing.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
Classes related to message processing in Axon Framework.
Classes related to message processing in Axon Framework.
Classes in support of testing Axon based applications.
-
Uses of AxonNonTransientException in org.axonframework.axonserver.connector.command
Subclasses of AxonNonTransientException in org.axonframework.axonserver.connector.commandModifier and TypeClassDescriptionclassException indicating a non-transient problem that was reported by the remote end of a connection. -
Uses of AxonNonTransientException in org.axonframework.axonserver.connector.query
Subclasses of AxonNonTransientException in org.axonframework.axonserver.connector.queryModifier and TypeClassDescriptionclassException indicating a non-transient problem that was reported during query handling by the remote end of a connection. -
Uses of AxonNonTransientException in org.axonframework.commandhandling
Subclasses of AxonNonTransientException in org.axonframework.commandhandlingModifier and TypeClassDescriptionclassException indicating a duplicate Command Handler was subscribed whilst this behavior is purposefully guarded against. -
Uses of AxonNonTransientException in org.axonframework.common
Subclasses of AxonNonTransientException in org.axonframework.commonModifier and TypeClassDescriptionclassException indicating that a configuration error has been made in the Axon configuration. -
Uses of AxonNonTransientException in org.axonframework.common.property
Subclasses of AxonNonTransientException in org.axonframework.common.propertyModifier and TypeClassDescriptionclassException indicating that a predefined property is not accessible. -
Uses of AxonNonTransientException in org.axonframework.eventhandling
Subclasses of AxonNonTransientException in org.axonframework.eventhandlingModifier and TypeClassDescriptionclassException indicating that a reset is not supported by a component. -
Uses of AxonNonTransientException in org.axonframework.eventsourcing
Subclasses of AxonNonTransientException in org.axonframework.eventsourcingModifier and TypeClassDescriptionclassSpecial case of theAggregateNotFoundExceptionthat indicates that historic information of an aggregate was found, but the aggregate has been deleted.classException indicating that an aggregate was not compatible with the requirements of theGenericAggregateFactory. -
Uses of AxonNonTransientException in org.axonframework.eventsourcing.eventstore
Subclasses of AxonNonTransientException in org.axonframework.eventsourcing.eventstoreModifier and TypeClassDescriptionclassIndicates that the given events stream could not be stored or read due to an underlying exception. -
Uses of AxonNonTransientException in org.axonframework.lifecycle
Subclasses of AxonNonTransientException in org.axonframework.lifecycleModifier and TypeClassDescriptionclassException indicating a failure occurred during a lifecycle handler method invocation.classException indicating a process tried to register an activity whilst the application is shutting down. -
Uses of AxonNonTransientException in org.axonframework.messaging
Subclasses of AxonNonTransientException in org.axonframework.messagingModifier and TypeClassDescriptionclassIndicates situations when access to the Payload of a Message is not allowed.classException indicating that a non transient error has occurred while remotely handling a message. -
Uses of AxonNonTransientException in org.axonframework.messaging.annotation
Subclasses of AxonNonTransientException in org.axonframework.messaging.annotationModifier and TypeClassDescriptionclassThrown when an @...Handler annotated method was found that does not conform to the rules that apply to those methods. -
Uses of AxonNonTransientException in org.axonframework.messaging.interceptors
Subclasses of AxonNonTransientException in org.axonframework.messaging.interceptorsModifier and TypeClassDescriptionclassException indicating that aMessagehas been refused due to a structural validation failure. -
Uses of AxonNonTransientException in org.axonframework.messaging.interceptors.legacyvalidation
-
Uses of AxonNonTransientException in org.axonframework.modelling.command
Subclasses of AxonNonTransientException in org.axonframework.modelling.commandModifier and TypeClassDescriptionclassException indicating that the entity of an aggregate could not be found.classException indicating that the an aggregate could not be found in the repository.classException indicating that the (actual) version of a loaded aggregate did not match the given expected version number.classRoot of a hierarchy of exceptions indicating the detection of conflicting concurrent modifications. -
Uses of AxonNonTransientException in org.axonframework.modelling.command.inspection
Subclasses of AxonNonTransientException in org.axonframework.modelling.command.inspectionModifier and TypeClassDescriptionclassThrown if an aggregate model is invalid. -
Uses of AxonNonTransientException in org.axonframework.modelling.saga
Subclasses of AxonNonTransientException in org.axonframework.modelling.sagaModifier and TypeClassDescriptionclassException triggered during initialization of a Saga. -
Uses of AxonNonTransientException in org.axonframework.modelling.saga.repository
Subclasses of AxonNonTransientException in org.axonframework.modelling.saga.repositoryModifier and TypeClassDescriptionclassException triggered when a new saga instance could not be instantiated. -
Uses of AxonNonTransientException in org.axonframework.queryhandling
Subclasses of AxonNonTransientException in org.axonframework.queryhandlingModifier and TypeClassDescriptionclassException indicating thatQueryUpdateEmitteris completed, thus cannot be used to emit messages and report errors.classException indicating a query for a single result was executed, but no handlers were found that could provide an answer. -
Uses of AxonNonTransientException in org.axonframework.queryhandling.registration
Subclasses of AxonNonTransientException in org.axonframework.queryhandling.registrationModifier and TypeClassDescriptionclassException indicating a duplicate Query Handler was subscribed whilst this behavior is purposefully guarded against. -
Uses of AxonNonTransientException in org.axonframework.serialization
Subclasses of AxonNonTransientException in org.axonframework.serializationModifier and TypeClassDescriptionclassException indicating that a conversion is required between to upcasters, but there is no converter capable of doing the conversion.classIndicates that an exception occurred while serializing or deserializing an object. -
Uses of AxonNonTransientException in org.axonframework.spring.authorization
Subclasses of AxonNonTransientException in org.axonframework.spring.authorizationModifier and TypeClassDescriptionclassException indicating that a message has been rejected due to a lack of authorization. -
Uses of AxonNonTransientException in org.axonframework.test
Subclasses of AxonNonTransientException in org.axonframework.testModifier and TypeClassDescriptionclassException indicating that an error occurred that prevented successful execution of a test fixture. -
Uses of AxonNonTransientException in org.axonframework.test.matchers
Subclasses of AxonNonTransientException in org.axonframework.test.matchersModifier and TypeClassDescriptionclassException indicating that an error occurred that prevented successful execution of a matcher.
JSR303ViolationExceptionwhich moved to jakarta.