| Package | Description |
|---|---|
| org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
| org.axonframework.common |
Contains common utility classes needed in different components of the framework.
|
| org.axonframework.common.property | |
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.lifecycle | |
| org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
| org.axonframework.messaging.annotation | |
| org.axonframework.messaging.interceptors | |
| org.axonframework.queryhandling | |
| org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateCommandHandlerSubscriptionException
Exception indicating a duplicate Command Handler was subscribed whilst this behavior is purposefully guarded against.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxonConfigurationException
Exception indicating that a configuration error has been made in the Axon configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyAccessException
Exception indicating that a predefined property is not accessible.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResetNotSupportedException
Exception indicating that a reset is not supported by a component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LifecycleHandlerInvocationException
Exception indicating a failure occurred during a lifecycle handler method invocation.
|
class |
ShutdownInProgressException
Exception indicating a process tried to register an activity whilst the application is shutting down.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IllegalPayloadAccessException
Indicates situations when access to the Payload of a Message is not allowed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedHandlerException
Thrown when an @...Handler annotated method was found that does not conform to the rules that apply to those
methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSR303ViolationException
Exception indicating that a
Message has been refused due to a structural
validation failure. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletedEmitterException
Exception indicating that
QueryUpdateEmitter is completed, thus cannot be used to emit messages and report
errors. |
class |
NoHandlerForQueryException
Exception indicating a query for a single result was executed, but no handlers were found that could provide an
answer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CannotConvertBetweenTypesException
Exception indicating that a conversion is required between to upcasters, but there is no converter capable of doing
the conversion.
|
class |
SerializationException
Indicates that an exception occurred while serializing or deserializing an object.
|
Copyright © 2010–2022. All rights reserved.