Uses of Class
org.axonframework.common.AxonNonTransientException
Packages that use AxonNonTransientException
Package
Description
Contains common utility classes needed in different components of the framework.
Classes related to message processing in Axon Framework.
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 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.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.infra
Subclasses of AxonNonTransientException in org.axonframework.common.infraModifier and TypeClassDescriptionclassException indicating that an error occurred in the component description process. -
Uses of AxonNonTransientException in org.axonframework.common.lifecycle
Subclasses of AxonNonTransientException in org.axonframework.common.lifecycleModifier and TypeClassDescriptionclassException indicating a process tried to register an activity whilst the application is shutting down. -
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.conversion
Subclasses of AxonNonTransientException in org.axonframework.conversionModifier and TypeClassDescriptionclassException indicating that a conversion is required between two formats, but there is no converter capable of doing the conversion. -
Uses of AxonNonTransientException in org.axonframework.eventsourcing.eventstore
Subclasses of AxonNonTransientException in org.axonframework.eventsourcing.eventstoreModifier and TypeClassDescriptionclassException indicating that a transaction was rejected due to conflicts detected in the events to append.classIndicates that the given events stream could not be stored or read due to an underlying exception. -
Uses of AxonNonTransientException in org.axonframework.extension.spring.authorization
Modifier and TypeClassDescriptionclassException indicating that a message has been rejected due to a lack of authorization. -
Uses of AxonNonTransientException in org.axonframework.messaging.core
Subclasses of AxonNonTransientException in org.axonframework.messaging.coreModifier 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.core.annotation
Subclasses of AxonNonTransientException in org.axonframework.messaging.core.annotationModifier and TypeClassDescriptionclassThrown when anMessageHandlerannotated method was found that does not conform to the rules that apply to those methods. -
Uses of AxonNonTransientException in org.axonframework.messaging.core.interception
Subclasses of AxonNonTransientException in org.axonframework.messaging.core.interceptionModifier and TypeClassDescriptionclassException indicating that aMessagehas been refused due to a structural validation failure. -
Uses of AxonNonTransientException in org.axonframework.messaging.eventhandling.replay
Modifier and TypeClassDescriptionclassException indicating that a reset is not supported by a component. -
Uses of AxonNonTransientException in org.axonframework.messaging.queryhandling
Subclasses of AxonNonTransientException in org.axonframework.messaging.queryhandlingModifier and TypeClassDescriptionclassException indicating thatQueryUpdateEmitteris completed, thus cannot be used to emit messages and report errors. -
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.