| Package | Description |
|---|---|
| org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
| org.axonframework.commandhandling.distributed | |
| org.axonframework.common.jdbc | |
| org.axonframework.common.lock | |
| org.axonframework.deadline | |
| org.axonframework.eventhandling.scheduling | |
| org.axonframework.eventhandling.tokenstore | |
| org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
| Modifier and Type | Class and Description |
|---|---|
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
|
| 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 |
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.
|
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 |
ExecutionException
Exception thrown to indicate that execution of a task has failed.
|
Copyright © 2010–2025. All rights reserved.