Package | Description |
---|---|
org.axonframework.commandhandling.distributed | |
org.axonframework.common.jdbc | |
org.axonframework.common.lock | |
org.axonframework.deadline | |
org.axonframework.disruptor.commandhandling | |
org.axonframework.eventhandling.scheduling | |
org.axonframework.eventhandling.tokenstore | |
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
org.axonframework.modelling.command | |
org.axonframework.modelling.saga |
Modifier and Type | Class and Description |
---|---|
class |
CommandBusConnectorCommunicationException
Exception thrown when the CommandBusConnector has a communication failure
|
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 |
DeadlineException
Exception which occurs during deadline message processing.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateBlacklistedException
Exception indicating that an aggregate has been blacklisted by the DisruptorCommandBus.
|
class |
AggregateStateCorruptedException
Exception indicating that the changes in an aggregate (generated events) are ignored by the DisruptorCommandBus,
because it cannot guarantee that these changes have been applied to an aggregate instance with the correct state.
|
Modifier and Type | Class and Description |
---|---|
class |
SchedulingException
Exception indicating a problem in the Event Scheduling mechanism.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionException
Exception thrown to indicate that execution of a task has failed.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrencyException
Exception indicating that concurrent access to a repository was detected.
|
Modifier and Type | Class and Description |
---|---|
class |
SagaStorageException
Exception indicating that an error has occurred while storing a Saga.
|
Copyright © 2010–2019. All rights reserved.