| Modifier and Type | Class and Description |
|---|---|
class |
CommandExecutionException
Indicates that an exception has occurred while handling a command.
|
class |
DuplicateCommandHandlerSubscriptionException
Exception indicating a duplicate Command Handler was subscribed whilst this behavior is purposefully guarded against.
|
class |
NoHandlerForCommandException
Exception indicating that no suitable command handler could be found for the given command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandBusConnectorCommunicationException
Exception thrown when the CommandBusConnector has a communication failure
|
class |
CommandDispatchException
Exception indicating that an error has occurred while trying to dispatch a command to another (potentially remote)
segment of the CommandBus.
|
class |
ServiceRegistryException
Exception that is triggered when an error occurs that is related to the registration or deregistration of a member to
the distributed command bus service registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxonConfigurationException
Exception indicating that a configuration error has been made in the Axon configuration.
|
class |
AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention.
|
class |
AxonTransientException
Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
|
class |
ProcessRetriesExhaustedException
Exception indicating that an action was retried a maximum times, without a good result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcException
Exception indicating an error occurred while interacting with a JDBC resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeadlockException
Exception indicating that a deadlock has been detected while a thread was attempting to acquire a lock.
|
class |
LockAcquisitionFailedException
Exception indicating that a lock could not be obtained.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyAccessException
Exception indicating that a predefined property is not accessible.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeadlineException
Exception which occurs during deadline message processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeadlineManagerNotSuppliedException
Exception indicating a problem in the Deadline manager mechanism, more precisely the
DbSchedulerDeadlineManager wasn't properly supplied. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventProcessingException
Exception thrown when an
EventProcessor failed to handle a batch of events. |
class |
ResetNotSupportedException
Exception indicating that a reset is not supported by a component.
|
class |
TransactionMethodExecutionException
Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoJpaConverterFoundException
Indicates that the
JpaSequencedDeadLetterQueue could not resolve a converter based on the
DeadLetterEntry or EventMessage that needed to be converted. |
| Modifier and Type | Class and Description |
|---|---|
class |
SchedulingException
Exception indicating a problem in the Event Scheduling mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventSchedulerNotSuppliedException
Exception indicating a problem in the Event Scheduling mechanism, more precisely the
DbSchedulerEventScheduler was not supplied properly. |
| Modifier and Type | Class and Description |
|---|---|
class |
UnableToClaimTokenException
Exception indicating that a processor tried to claim a Token (either by retrieving or updating it) that has already
been claimed by another process.
|
class |
UnableToInitializeTokenException
Exception indicating that the TokenStore was unable to initialize a Token for a tracking processor and Segment.
|
class |
UnableToRetrieveIdentifierException
Exception indicating that a TokenStore implementation was unable determine its identifier based on the underlying
storage.
|
| 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 |
EventPublicationFailedException
Exception indication that an error occurred while publishing an event to an AMQP Broker
|
class |
ExecutionException
Exception thrown to indicate that execution of a task has failed.
|
class |
HandlerExecutionException
Base exception for exceptions raised by Handler methods.
|
class |
IllegalPayloadAccessException
Indicates situations when access to the Payload of a Message is not allowed.
|
class |
RemoteHandlingException
Exception indicating that an error has occurred while remotely handling a message.
|
class |
RemoteNonTransientHandlingException
Exception indicating that a non transient error has occurred while remotely handling a message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageHandlerInvocationException
MessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked message
handler.
|
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 |
DeadLetterQueueOverflowException
Exception signaling a
SequencedDeadLetterQueue is overflowing. |
class |
NoSuchDeadLetterException
An
AxonException describing that there is no such dead letter present in a
SequencedDeadLetterQueue. |
class |
ThrowableCause
|
class |
WrongDeadLetterTypeException
Exception representing that a wrong dead letter was provided to the queue.
|
| 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.
|
class |
QueryExecutionException
Exception indicating that the execution of a Query Handler has resulted in an exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateQueryHandlerSubscriptionException
Exception indicating a duplicate Query Handler was subscribed whilst this behavior is purposefully guarded against.
|
| 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–2025. All rights reserved.