Uses of Class
org.axonframework.common.AxonException
Packages that use AxonException
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 that implement the concept of command handling using explicit command objects.
Classes related to message processing in Axon Framework.
Classes related to event handling and dispatching, such as
and the
invalid reference
Event Listeners
Event Bus.Classes in support of testing Axon based applications.
-
Uses of AxonException in org.axonframework.axonserver.connector
Subclasses of AxonException in org.axonframework.axonserver.connectorModifier and TypeClassDescriptionclassGeneric exception indicating an error related to AxonServer.Methods in org.axonframework.axonserver.connector that return AxonExceptionModifier and TypeMethodDescriptionErrorCode.convert(io.axoniq.axonserver.grpc.ErrorMessage errorMessage) Converts theerrorMessageto the relevant AxonExceptionConverts theerrorMessageto the relevant AxonExceptionConverts thesourceand thethrowableto the relevant AxonExceptionConverts thethrowableto the relevant AxonException -
Uses of AxonException in org.axonframework.axonserver.connector.command
Subclasses of AxonException in org.axonframework.axonserver.connector.commandModifier and TypeClassDescriptionclassException thrown if there is a problem dispatching a command on Axon Server.classException indicating a non-transient problem that was reported by the remote end of a connection.classException indicating a problem that was reported by the remote end of a connection. -
Uses of AxonException in org.axonframework.axonserver.connector.query
Subclasses of AxonException 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.classAn AxonServer Exception which is thrown on a Query Dispatching exception.classAn AxonServer Exception which is thrown on a Query Handling exception.Methods in org.axonframework.axonserver.connector.query that return AxonExceptionModifier and TypeMethodDescriptionprotected abstract AxonExceptionAbstractQueryResponseMessageStream.createAxonException(T t) protected AxonExceptionQueryResponseMessageStream.createAxonException(io.axoniq.axonserver.grpc.query.QueryResponse queryResponse) protected AxonExceptionQueryUpdateMessageStream.createAxonException(io.axoniq.axonserver.grpc.query.QueryUpdate queryUpdate) -
Uses of AxonException in org.axonframework.axonserver.connector.util
Methods in org.axonframework.axonserver.connector.util that return AxonExceptionModifier and TypeMethodDescriptionstatic AxonExceptionExceptionConverter.convertToAxonException(String errorCode, io.axoniq.axonserver.grpc.ErrorMessage errorMessage, io.axoniq.axonserver.grpc.SerializedObject payload) Converts the given error information into anAxonException. -
Uses of AxonException in org.axonframework.common
Subclasses of AxonException in org.axonframework.commonModifier and TypeClassDescriptionclassException indicating that a configuration error has been made in the Axon configuration.classException indicating an error has been caused that cannot be resolved without intervention.classException indicating an error occurred that might be resolved by retrying the operation that caused the exception.classException indicating that an action was retried a maximum times, without a good result. -
Uses of AxonException in org.axonframework.common.infra
Subclasses of AxonException in org.axonframework.common.infraModifier and TypeClassDescriptionclassException indicating that an error occurred in the component description process. -
Uses of AxonException in org.axonframework.common.jdbc
Subclasses of AxonException in org.axonframework.common.jdbcModifier and TypeClassDescriptionclassException indicating an error occurred while interacting with a JDBC resource. -
Uses of AxonException in org.axonframework.common.lifecycle
Subclasses of AxonException in org.axonframework.common.lifecycleModifier and TypeClassDescriptionclassException indicating a process tried to register an activity whilst the application is shutting down. -
Uses of AxonException in org.axonframework.common.lock
Subclasses of AxonException 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 AxonException in org.axonframework.common.property
Subclasses of AxonException in org.axonframework.common.propertyModifier and TypeClassDescriptionclassException indicating that a predefined property is not accessible. -
Uses of AxonException in org.axonframework.conversion
Subclasses of AxonException 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 AxonException in org.axonframework.eventsourcing.eventstore
Subclasses of AxonException 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 AxonException in org.axonframework.extension.spring.authorization
Subclasses of AxonException in org.axonframework.extension.spring.authorizationModifier and TypeClassDescriptionclassException indicating that a message has been rejected due to a lack of authorization. -
Uses of AxonException in org.axonframework.messaging.commandhandling
Subclasses of AxonException in org.axonframework.messaging.commandhandlingModifier and TypeClassDescriptionclassException indicating that an error has occurred while trying to dispatch a command to another (potentially remote) segment of the CommandBus.classIndicates that an exception has occurred while handling a command.classException indicating that no suitable command handler could be found for the given command. -
Uses of AxonException in org.axonframework.messaging.core
Subclasses of AxonException in org.axonframework.messaging.coreModifier and TypeClassDescriptionclassException indication that an error occurred while publishing an event to an AMQP BrokerclassException thrown to indicate that execution of a task has failed.classBase exception for exceptions raised by Handler methods.classIndicates situations when access to the Payload of a Message is not allowed.classException thrown when aMessageTypeResolveris unable to determine theMessageTypefor a given payload type.classException indicating that an error has occurred while remotely handling a message.classException indicating that a non transient error has occurred while remotely handling a message. -
Uses of AxonException in org.axonframework.messaging.core.annotation
Subclasses of AxonException in org.axonframework.messaging.core.annotationModifier and TypeClassDescriptionclassMessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked message handler.classThrown when anMessageHandlerannotated method was found that does not conform to the rules that apply to those methods. -
Uses of AxonException in org.axonframework.messaging.core.interception
Subclasses of AxonException in org.axonframework.messaging.core.interceptionModifier and TypeClassDescriptionclassException indicating that aMessagehas been refused due to a structural validation failure. -
Uses of AxonException in org.axonframework.messaging.eventhandling
Subclasses of AxonException in org.axonframework.messaging.eventhandlingModifier and TypeClassDescriptionclassWrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method. -
Uses of AxonException in org.axonframework.messaging.eventhandling.processing
Subclasses of AxonException in org.axonframework.messaging.eventhandling.processingModifier and TypeClassDescriptionclassException thrown when anEventProcessorfailed to handle a batch of events. -
Uses of AxonException in org.axonframework.messaging.eventhandling.processing.streaming.token.store
Subclasses of AxonException 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 AxonException in org.axonframework.messaging.eventhandling.replay
Subclasses of AxonException in org.axonframework.messaging.eventhandling.replayModifier and TypeClassDescriptionclassException indicating that a reset is not supported by a component. -
Uses of AxonException in org.axonframework.messaging.queryhandling
Subclasses of AxonException in org.axonframework.messaging.queryhandlingModifier and TypeClassDescriptionclassException indicating thatQueryUpdateEmitteris completed, thus cannot be used to emit messages and report errors.classException indicating this instance has noQueryHandlerfor a givenQueryMessage.classException indicating that the execution of a Query Handler has resulted in an exception. -
Uses of AxonException in org.axonframework.modelling
Subclasses of AxonException in org.axonframework.modellingModifier and TypeClassDescriptionclassException indicating that concurrent access to a repository was detected. -
Uses of AxonException in org.axonframework.test
Subclasses of AxonException in org.axonframework.testModifier and TypeClassDescriptionclassException indicating that an error occurred that prevented successful execution of a test fixture. -
Uses of AxonException in org.axonframework.test.matchers
Subclasses of AxonException in org.axonframework.test.matchersModifier and TypeClassDescriptionclassException indicating that an error occurred that prevented successful execution of a matcher.